- getCanonicalPath() - Method in class org.bridje.vfs.Path
-
This method creates a new path object that does not contains the (.) and
(..) identifiers.
- getExtension() - Method in class org.bridje.vfs.Path
-
Gets the extension for the last component of this path.
- getFirstElement() - Method in class org.bridje.vfs.Path
-
Gets the first element of the path.
- getMimeType() - Method in class org.bridje.vfs.VFile
-
Return String object with the name of the file type, for example: For the
case of the files .txt, this method return "text/plain"
- getMimeType(String) - Method in interface org.bridje.vfs.VfsService
-
Return String object with the name of the file type.
- getName() - Method in class org.bridje.vfs.Path
-
Gets the first element of the path.
- getName() - Method in class org.bridje.vfs.VFile
-
Call to getName method of Path class.
- getNext() - Method in class org.bridje.vfs.Path
-
Creates a new Path object that does not contains the first element of the
current path.
- getParent() - Method in class org.bridje.vfs.Path
-
Creates a new Path object that represents the path to the parent object
of the current path.
- getParent() - Method in class org.bridje.vfs.VFile
-
Return VFile object that represent the parent of the file in the VFS
tree.
- getPath() - Method in class org.bridje.vfs.VFile
-
Return the path representation of the path attribute
- getPathElements() - Method in class org.bridje.vfs.Path
-
Gets an array with the list of elements for this path.
- getValue() - Method in class org.bridje.vfs.GlobExpr
-
The glob syntax expression.
- getVFile() - Method in class org.bridje.vfs.VFileInputStream
-
Gets the underliying VFile.
- getVFile() - Method in class org.bridje.vfs.VFileOutputStream
-
Gets the VFile that this stream writes to.
- GlobExpr - Class in org.bridje.vfs
-
A glob syntax expression for file search.
- GlobExpr(String) - Constructor for class org.bridje.vfs.GlobExpr
-
Default constructor for the GlobExpr object.
- globMatches(Path) - Method in class org.bridje.vfs.GlobExpr
-
Tests the path against a string path with glob syntax.
- globRemaining(Path) - Method in class org.bridje.vfs.GlobExpr
-
Obtains the path remaining of matches a path with glob syntax.