Package com.adaptris.interlok.cloud
Class RemoteFile
java.lang.Object
java.io.File
com.adaptris.interlok.cloud.RemoteFile
- All Implemented Interfaces:
Serializable,Comparable<File>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisFile()longlonglength()booleansetLastModified(long time) Methods inherited from class java.io.File
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isHidden, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURL
-
Method Details
-
length
public long length() -
setLastModified
public boolean setLastModified(long time) - Overrides:
setLastModifiedin classFile
-
lastModified
public long lastModified()- Overrides:
lastModifiedin classFile
-
isFile
public boolean isFile() -
isDirectory
public boolean isDirectory()- Overrides:
isDirectoryin classFile
-