Skip navigation links
A C D E F G H I J L M O P R S T V W 

A

available() - Method in class org.bridje.vfs.VFileInputStream
 

C

canRead(Path) - Method in class org.bridje.vfs.CpSource
 
canRead(Path) - Method in class org.bridje.vfs.FileSource
 
canRead(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
canRead() - Method in class org.bridje.vfs.VFile
Check if we can read on this node.
canRead(Path) - Method in interface org.bridje.vfs.VfsService
Check if we can read on this node.
canRead(Path) - Method in interface org.bridje.vfs.VfsSource
Check if we can read on this VfsSource.
canWrite(Path) - Method in class org.bridje.vfs.CpSource
 
canWrite(Path) - Method in class org.bridje.vfs.FileSource
 
canWrite(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
canWrite() - Method in class org.bridje.vfs.VFile
Check if we can write on this node.
canWrite(Path) - Method in interface org.bridje.vfs.VfsService
Check if we can write on this node.
canWrite(Path) - Method in interface org.bridje.vfs.VfsSource
Check if we can write on this VfsSource.
close() - Method in class org.bridje.vfs.VFileInputStream
 
close() - Method in class org.bridje.vfs.VFileOutputStream
 
CpSource - Class in org.bridje.vfs
This object represents a Class Path source for the virtual file system.
CpSource(String) - Constructor for class org.bridje.vfs.CpSource
The primary constructor for this object, the resource path needs to be specified.
CpSource(String, ClassLoader) - Constructor for class org.bridje.vfs.CpSource
Constructor that receive a classLoader for this object, the resource path needs to be specified.
createNewFile(Path) - Method in class org.bridje.vfs.CpSource
 
createNewFile(Path) - Method in class org.bridje.vfs.FileSource
 
createNewFile(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
createNewFile() - Method in class org.bridje.vfs.VFile
Create a new file.
createNewFile(Path) - Method in interface org.bridje.vfs.VfsService
Create a new file.
createNewFile(Path) - Method in interface org.bridje.vfs.VfsSource
Create a new file.

D

delete(Path) - Method in class org.bridje.vfs.CpSource
 
delete(Path) - Method in class org.bridje.vfs.FileSource
 
delete(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
delete() - Method in class org.bridje.vfs.VFile
Delete a file in the VFS tree.
delete(Path) - Method in interface org.bridje.vfs.VfsService
Delete a file in the VFS tree.
delete(Path) - Method in interface org.bridje.vfs.VfsSource
Delete a file.

E

equals(Object) - Method in class org.bridje.vfs.Path
 
equals(Object) - Method in class org.bridje.vfs.VFile
 
exists(Path) - Method in class org.bridje.vfs.CpSource
 
exists(Path) - Method in class org.bridje.vfs.FileSource
 
exists(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
exists() - Method in class org.bridje.vfs.VFile
Check if the file exist really.
exists(Path) - Method in interface org.bridje.vfs.VfsService
Check if the file exist really.
exists(Path) - Method in interface org.bridje.vfs.VfsSource
Check if the VfsSource exist really.

F

FileSource - Class in org.bridje.vfs
This object represents a real file system source fot the virtual file system tree.
FileSource(File) - Constructor for class org.bridje.vfs.FileSource
Default contructor for this object.
findResource(Path) - Method in class org.bridje.vfs.CpSource
Finds a Class Path source associeted with the given path.
flush() - Method in class org.bridje.vfs.VFileOutputStream
 

G

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.

H

hashCode() - Method in class org.bridje.vfs.Path
 
hashCode() - Method in class org.bridje.vfs.VFile
 
hasNext() - Method in class org.bridje.vfs.Path
Determines if this path has any element left.

I

isDirectory(Path) - Method in class org.bridje.vfs.CpSource
 
isDirectory(Path) - Method in class org.bridje.vfs.FileSource
 
isDirectory(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
isDirectory() - Method in class org.bridje.vfs.VFile
Check if the node is a directory
isDirectory(Path) - Method in interface org.bridje.vfs.VfsService
Check if the node is a directory
isDirectory(Path) - Method in interface org.bridje.vfs.VfsSource
Check if the VfsSource is a directory
isFile(Path) - Method in class org.bridje.vfs.CpSource
 
isFile(Path) - Method in class org.bridje.vfs.FileSource
 
isFile(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
isFile() - Method in class org.bridje.vfs.VFile
Check if the node is a file.
isFile(Path) - Method in interface org.bridje.vfs.VfsService
Check if the node is a file.
isFile(Path) - Method in interface org.bridje.vfs.VfsSource
Check if the VfsSource is a file.
isLast() - Method in class org.bridje.vfs.Path
Determines if this path is the last element path.
isParent() - Method in class org.bridje.vfs.Path
Determines if the first element of the path is the (..) identifier witch represents the parent folder.
isRoot() - Method in class org.bridje.vfs.Path
If this path is the root path "/".
isSelf() - Method in class org.bridje.vfs.Path
Determines if the first element of the path is the dot (.) character witch represents the current folder.
iterator() - Method in class org.bridje.vfs.Path
 

J

join(Path) - Method in class org.bridje.vfs.Path
Obtains the concatenation with another path.
join(String) - Method in class org.bridje.vfs.Path
Obtains the concatenation with a string.

L

leftTrim(Path) - Method in class org.bridje.vfs.Path
Remove the given path from the current path if the given path is a prefix of this path.
list(Path) - Method in class org.bridje.vfs.CpSource
 
list(Path) - Method in class org.bridje.vfs.FileSource
 
list(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
list() - Method in class org.bridje.vfs.VFile
Return String Array with the names of files and folder that they exist in this path attribute.
list(Path) - Method in interface org.bridje.vfs.VfsService
Return String Array with the names of files and folder that they exist in this path attribute.
list(Path) - Method in interface org.bridje.vfs.VfsSource
Return String Array with the names of files and folder that they exist in this path attribute.
listFiles() - Method in class org.bridje.vfs.VFile
Return VFile Array with the names of files and folder that they exist in this path attribute.

M

mark(int) - Method in class org.bridje.vfs.VFileInputStream
 
markSupported() - Method in class org.bridje.vfs.VFileInputStream
 
mkdir(Path) - Method in class org.bridje.vfs.CpSource
 
mkdir(Path) - Method in class org.bridje.vfs.FileSource
 
mkdir(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
mkdir() - Method in class org.bridje.vfs.VFile
Create a new directory.
mkdir(Path) - Method in interface org.bridje.vfs.VfsService
Create a new directory.
mkdir(Path) - Method in interface org.bridje.vfs.VfsSource
Create a new directory.
mount(VfsSource) - Method in class org.bridje.vfs.VFile
Mount a node(file or folder) on VFS tree. for example, Let's suppose that we want to mount the folder ("/etc/resources"), the call to the method: mount(new FileSource(new File("/etc/resources")))
mount(Path, VfsSource) - Method in interface org.bridje.vfs.VfsService
Mounts a new source into the given path.

O

openForRead(Path) - Method in class org.bridje.vfs.CpSource
 
openForRead(Path) - Method in class org.bridje.vfs.FileSource
 
openForRead(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
openForRead(Path) - Method in interface org.bridje.vfs.VfsService
Return InputStream object, then we can read the files.
openForRead(Path) - Method in interface org.bridje.vfs.VfsSource
Return InputStream object, then we can read the files.
openForWrite(Path) - Method in class org.bridje.vfs.CpSource
 
openForWrite(Path) - Method in class org.bridje.vfs.FileSource
 
openForWrite(Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
openForWrite(Path) - Method in interface org.bridje.vfs.VfsService
Return OutputStream object, then we can write the file.
openForWrite(Path) - Method in interface org.bridje.vfs.VfsSource
Return OutputStream object, then we can write the file.
org.bridje.vfs - package org.bridje.vfs
 
org.bridje.vfs.impl - package org.bridje.vfs.impl
 

P

Path - Class in org.bridje.vfs
An utility class for virtual path management.
Path() - Constructor for class org.bridje.vfs.Path
Default constructor for the Path class.
Path(String) - Constructor for class org.bridje.vfs.Path
Creates a Path object from String

R

read() - Method in class org.bridje.vfs.VFileInputStream
 
read(byte[]) - Method in class org.bridje.vfs.VFileInputStream
 
read(byte[], int, int) - Method in class org.bridje.vfs.VFileInputStream
 
reset() - Method in class org.bridje.vfs.VFileInputStream
 

S

search(GlobExpr, Path) - Method in class org.bridje.vfs.CpSource
 
search(GlobExpr, Path, List<Path>) - Method in class org.bridje.vfs.CpSource
Search for all the files that match the globExpr provided.
search(GlobExpr, Path) - Method in class org.bridje.vfs.FileSource
 
search(GlobExpr, File, Path, List<Path>) - Method in class org.bridje.vfs.FileSource
Search for all the files that match the globExpr provided.
search(GlobExpr, Path) - Method in class org.bridje.vfs.impl.VfsSourceWrapper
 
search(GlobExpr) - Method in class org.bridje.vfs.VFile
This method we utilized it when we want to search any file inside of the path for example: VFile[] files = file.search(new GlobExpr("*.txt")); this code return VFile[] with all files with txt extension, we can utilize in the quest any regular expression.
search(GlobExpr, Path) - Method in interface org.bridje.vfs.VfsService
This method we utilized it when we want to search any file inside of the path
search(GlobExpr, Path) - Method in interface org.bridje.vfs.VfsSource
This method we utilized it when we want to search any file inside of the path
skip(long) - Method in class org.bridje.vfs.VFileInputStream
 
startsWith(Path) - Method in class org.bridje.vfs.Path
Determines when ever this path starts with the given path.

T

toString() - Method in class org.bridje.vfs.GlobExpr
 
toString() - Method in class org.bridje.vfs.Path
Gets a string representation of the current path.
toString(String) - Method in class org.bridje.vfs.Path
Gets a string representation of the current path, separated by the specified path separator.
toString() - Method in class org.bridje.vfs.VFile
Return String object, convert a path object to the String representation.

V

VFile - Class in org.bridje.vfs
Represents a file of the VFS tree.
VFile(Path) - Constructor for class org.bridje.vfs.VFile
Constructor of this class.
VFile(String) - Constructor for class org.bridje.vfs.VFile
Another constructor of this class.
VFileInputStream - Class in org.bridje.vfs
This object represents an input stream for a virtual file.
VFileInputStream(VFile) - Constructor for class org.bridje.vfs.VFileInputStream
Default contructor for the VFileInputStream object.
VFileOutputStream - Class in org.bridje.vfs
This object represents an output stream for a virtual file.
VFileOutputStream(VFile) - Constructor for class org.bridje.vfs.VFileOutputStream
Defaults constructor for this object.
VfsService - Interface in org.bridje.vfs
This interface represents the virtual file system for Bridje, it provides methods to mount and file files and folder into the system.
VfsSource - Interface in org.bridje.vfs
This interface represents the virtual file system source(VfsSource).
VfsSourceWrapper - Class in org.bridje.vfs.impl
 
VfsSourceWrapper(Path, VfsSource) - Constructor for class org.bridje.vfs.impl.VfsSourceWrapper
 

W

write(int) - Method in class org.bridje.vfs.VFileOutputStream
 
write(byte[]) - Method in class org.bridje.vfs.VFileOutputStream
 
write(byte[], int, int) - Method in class org.bridje.vfs.VFileOutputStream
 
A C D E F G H I J L M O P R S T V W 
Skip navigation links

Copyright © 2015–2017 Bridje Framework. All rights reserved.