Class WebsterFile
java.lang.Object
java.io.File
org.openspaces.pu.container.support.WebsterFile
- All Implemented Interfaces:
Serializable,Comparable<File>
Not an actual file. Simply wraps a URL over webster (GSM http server) inorder to allow to utilize
listing of "files" over webster.
- Author:
- kimchy
- See Also:
-
Field Summary
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.File
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, getCanonicalFile, getCanonicalPath, getFreeSpace, getParent, getParentFile, getTotalSpace, getUsableSpace, hashCode, isHidden, length, list, list, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI
-
Constructor Details
-
WebsterFile
-
-
Method Details
-
getName
-
toURL
- Overrides:
toURLin classFile- Throws:
MalformedURLException
-
getPath
-
getAbsolutePath
- Overrides:
getAbsolutePathin classFile
-
getAbsoluteFile
- Overrides:
getAbsoluteFilein classFile
-
exists
public boolean exists() -
isDirectory
public boolean isDirectory()- Overrides:
isDirectoryin classFile
-
isAbsolute
public boolean isAbsolute()- Overrides:
isAbsolutein classFile
-
listFiles
-
isFile
public boolean isFile() -
lastModified
public long lastModified()- Overrides:
lastModifiedin classFile
-