Skip navigation links
org.openide.filesystems 9.15
A B C D E F G H I J L M N O P R S T U V W X 

C

canRead(String) - Method in class org.openide.filesystems.AbstractFileSystem
Tests if this file can be read.
canRead() - Method in class org.openide.filesystems.FileObject
Tests if this file can be read.
canRevert() - Method in class org.openide.filesystems.FileObject
Checks whether this file can be reverted to a pristine state.
canWrite(String) - Method in class org.openide.filesystems.AbstractFileSystem
Tests if this file can be written to.
canWrite() - Method in class org.openide.filesystems.FileObject
Tests if this file can be written to.
change - Variable in class org.openide.filesystems.AbstractFileSystem
Methods for modification of files.
charvalue(String, char) - Method in class org.openide.filesystems.annotations.LayerBuilder.File
Adds a character-valued attribute.
checkVirtual(String) - Method in class org.openide.filesystems.AbstractFileSystem
This method is called from AbstractFileObject.isVirtual.
children(String) - Method in interface org.openide.filesystems.AbstractFileSystem.List
Get a list of children files for a given folder.
children(String) - Method in class org.openide.filesystems.DefaultAttributes
Get the children list, filtering out the special attributes file.
children(String) - Method in class org.openide.filesystems.JarFileSystem
 
children(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
children(String) - Method in class org.openide.filesystems.LocalFileSystem
 
children(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
children(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
 
close() - Method in class org.openide.filesystems.FileLock
Releases the lock.
computeSystemName(File) - Method in class org.openide.filesystems.LocalFileSystem
Compute the system name of this filesystem for a given root directory.
contents(String) - Method in class org.openide.filesystems.annotations.LayerBuilder.File
Configures the file to have inline text contents.
copy(String, AbstractFileSystem.Transfer, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Transfer
Copy a file.
copy(FileObject, String, String) - Method in class org.openide.filesystems.FileObject
Copies this file.
copy(InputStream, OutputStream) - Static method in class org.openide.filesystems.FileUtil
Copies stream of files.
copyAttributes(FileObject, FileObject) - Static method in class org.openide.filesystems.FileUtil
Copies attributes from one file to another.
copyFile(FileObject, FileObject, String, String) - Static method in class org.openide.filesystems.FileUtil
Copies file to the selected folder.
copyFile(FileObject, FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Copies file to the selected folder.
createAndOpen(String) - Method in class org.openide.filesystems.FileObject
Creates new file in this folder and immediately opens it for writing.
createData(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Create new data file.
createData(String, String) - Method in class org.openide.filesystems.FileObject
Create new data file in this folder with the specified name.
createData(String) - Method in class org.openide.filesystems.FileObject
Create new data file in this folder with the specified name.
createData(File) - Static method in class org.openide.filesystems.FileUtil
Returns FileObject for a data file.
createData(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Returns a data file on given filesystem if such a data file exists.
createData(String) - Method in class org.openide.filesystems.JarFileSystem
 
createData(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
createData(String) - Method in class org.openide.filesystems.LocalFileSystem
 
createData(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
createData(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
 
createFolder(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Create new folder.
createFolder(String) - Method in class org.openide.filesystems.FileObject
Create a new folder below this one with the specified name.
createFolder(File) - Static method in class org.openide.filesystems.FileUtil
Returns FileObject for a folder.
createFolder(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Returns a folder on given filesystem if such a folder exists.
createFolder(String) - Method in class org.openide.filesystems.JarFileSystem
 
createFolder(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
createFolder(String) - Method in class org.openide.filesystems.LocalFileSystem
 
createFolder(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
createFolder(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
 
createInstance(Class<T>) - Method in interface org.openide.filesystems.spi.CustomInstanceFactory
Creates an instance of the class.
createLocksOn(String) - Method in class org.openide.filesystems.MultiFileSystem
When a file is about to be locked this method is consulted to choose which delegates should be locked.
createMemoryFileSystem() - Static method in class org.openide.filesystems.FileUtil
Factory method that creates an empty implementation of a filesystem that completely resides in a memory.
createReference(T) - Method in class org.openide.filesystems.AbstractFileSystem
Creates Reference.
createReference(T) - Method in class org.openide.filesystems.JarFileSystem
 
createReference(T) - Method in class org.openide.filesystems.XMLFileSystem
 
createTempFile(FileObject, String, String, boolean) - Method in class org.openide.filesystems.FileSystem
Creates temporary file in the given parent folder.
createWritableOn(String) - Method in class org.openide.filesystems.MultiFileSystem
Finds the system to create writable version of the file on.
createWritableOnForRename(String, String) - Method in class org.openide.filesystems.MultiFileSystem
Special case of createWritableOn (@see #createWritableOn).
CustomInstanceFactory - Interface in org.openide.filesystems.spi
Creates instance of the desired class based on the file.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
org.openide.filesystems 9.15