Class ZipFileSite.ZipDataFile
- java.lang.Object
-
- com.inductiveautomation.rm.base.RMListenerList
-
- com.inductiveautomation.rm.base.RMObject
-
- com.inductiveautomation.snap.web.WebFile
-
- com.inductiveautomation.snap.websites.ZipFileSite.ZipDataFile
-
- All Implemented Interfaces:
RMJSONArchiver.GetKeys
,RMPropertyChanger
,java.lang.Cloneable
,java.lang.Comparable<WebFile>
- Direct Known Subclasses:
JarFileSite.JarDataFile
- Enclosing class:
- ZipFileSite
public static class ZipFileSite.ZipDataFile extends WebFile
A ZipFile.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.snap.web.WebFile
WebFile.Updater
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.snap.web.WebFile
Bytes_Prop, Exists_Prop, File_Prop, Files_Prop, ModifiedTime_Prop, Path_Prop, Size_Prop, Updater_Prop
-
-
Constructor Summary
Constructors Constructor Description ZipDataFile()
Create ZipDataFile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.zip.ZipEntry
getZipEntry()
Returns the ZipEntry.protected void
setZipEntry(java.util.zip.ZipEntry aZE)
Sets the ZipEntry.-
Methods inherited from class com.inductiveautomation.snap.web.WebFile
addFile, addFile, clone, compareTo, createFile, createURL, createURL, delete, equals, getBytes, getContentResponse, getDataType, getDirPath, getExists, getExists, getFile, getFile, getFileCount, getFileIndex, getFileNames, getFiles, getFiles, getInputStream, getInsertIndex, getJSONKeys, getModifiedDate, getModifiedTime, getName, getParent, getPath, getPresentableName, getProp, getSimpleName, getSite, getSize, getStandardFile, getText, getType, getUpdater, getURL, getURL, getURLString, hashCode, initFiles, initFiles, isBytesSet, isDirectory, isFile, isRoot, isUpdateSet, refresh, removeFile, removeFile, save, setBytes, setDataType, setDirectory, setExists, setFiles, setModifiedTime, setParent, setPath, setProp, setSite, setSize, setText, setUpdater, toString
-
Methods inherited from class com.inductiveautomation.rm.base.RMObject
addPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange
-
Methods inherited from class com.inductiveautomation.rm.base.RMListenerList
addListener, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
-
-