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

F

file(String) - Method in class org.openide.filesystems.annotations.LayerBuilder
Adds a file to the layer.
FileAlreadyLockedException - Exception in org.openide.filesystems
Exception raised when a file is already locked.
FileAlreadyLockedException() - Constructor for exception org.openide.filesystems.FileAlreadyLockedException
Creates new FileAlreadyLockedException.
FileAlreadyLockedException(String) - Constructor for exception org.openide.filesystems.FileAlreadyLockedException
Creates new FileAlreadyLockedException with specified text.
fileAttributeChanged(FileAttributeEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file attribute is changed.
fileAttributeChanged(FileAttributeEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file attribute is changed.
FileAttributeEvent - Class in org.openide.filesystems
Event used to listen on filesystem attribute changes.
FileAttributeEvent(FileObject, String, Object, Object) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileAttributeEvent(FileObject, FileObject, String, Object, Object) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileAttributeEvent(FileObject, FileObject, String, Object, Object, boolean) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileChangeAdapter - Class in org.openide.filesystems
Adapter for changes in FileObjects.
FileChangeAdapter() - Constructor for class org.openide.filesystems.FileChangeAdapter
 
fileChanged(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is changed.
fileChanged(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is changed.
FileChangeListener - Interface in org.openide.filesystems
Listener for changes in FileObjects.
fileDataCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new file is created.
fileDataCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a new file is created.
fileDeleted(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is deleted.
fileDeleted(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is deleted.
FileEvent - Class in org.openide.filesystems
Event for listening on filesystem changes.
FileEvent(FileObject) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent.
FileEvent(FileObject, FileObject) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent, specifying the action object.
FileEvent(FileObject, FileObject, boolean) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent, specifying the action object.
FileEvent(FileObject, FileObject, boolean, long) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent, specifying all its details.
fileFolderCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new folder is created.
fileFolderCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a new folder is created.
FileLock - Class in org.openide.filesystems
Represents an acquired lock on a FileObject.
FileLock() - Constructor for class org.openide.filesystems.FileLock
 
FileObject - Class in org.openide.filesystems
This is the base for all implementations of file objects on a filesystem.
FileObject() - Constructor for class org.openide.filesystems.FileObject
 
fileRenamed(FileRenameEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is renamed.
fileRenamed(FileRenameEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is renamed.
FileRenameEvent - Class in org.openide.filesystems
Event indicating a file rename.
FileRenameEvent(FileObject, String, String) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent.
FileRenameEvent(FileObject, FileObject, String, String) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent, specifying an event location.
FileRenameEvent(FileObject, FileObject, String, String, boolean) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent, specifying an event location and whether the event was expected by the system.
FileStateInvalidException - Exception in org.openide.filesystems
Signals that the file object is somehow corrupted.
FileStateInvalidException() - Constructor for exception org.openide.filesystems.FileStateInvalidException
Create new FileStateInvalidException.
FileStateInvalidException(String) - Constructor for exception org.openide.filesystems.FileStateInvalidException
Create new FileStateInvalidException with the specified text.
FileStatusEvent - Class in org.openide.filesystems
Event describing a change in annotation of files.
FileStatusEvent(FileSystem, Set<? extends FileObject>, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent
FileStatusEvent(FileSystem, FileObject, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent
FileStatusEvent(FileSystem, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent.
FileStatusListener - Interface in org.openide.filesystems
Listener to changes in annotation of file objects.
FileSystem - Class in org.openide.filesystems
Interface that provides basic information about a virtual filesystem.
FileSystem() - Constructor for class org.openide.filesystems.FileSystem
Default constructor.
FileSystem.AtomicAction - Interface in org.openide.filesystems
An action that it is to be called atomically with respect to filesystem event notification.
fileSystemAdded(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemAdded(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when new filesystem is added to the pool.
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a filesystem pool is reordered.
fileSystemRemoved(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemRemoved(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a filesystem is removed from the pool.
fileSystems() - Method in class org.openide.filesystems.Repository
Deprecated.
Please use the ClassPath API instead.
FileUtil - Class in org.openide.filesystems
Common utilities for handling files.
finalize() - Method in class org.openide.filesystems.FileLock
Finalize this object.
finalize() - Method in class org.openide.filesystems.JarFileSystem
Close the jar file when we go away...
find(String, String, String) - Method in class org.openide.filesystems.FileSystem
Deprecated.
Please use the ClassPath API instead, or use FileSystem.findResource(java.lang.String) if you are not interested in classpaths.
find(String, String, String) - Method in class org.openide.filesystems.MultiFileSystem
Deprecated.
find(String, String, String) - Method in class org.openide.filesystems.Repository
Deprecated.
Please use the ClassPath API instead.
findAll(String, String, String) - Method in class org.openide.filesystems.Repository
Deprecated.
Please use the ClassPath API instead.
findAllResources(String) - Method in class org.openide.filesystems.Repository
Deprecated.
Please use the ClassPath API instead.
findBrother(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Finds brother file with same base name but different extension.
findExtrasFor(Set<FileObject>) - Method in class org.openide.filesystems.FileSystem
Finds various extensions for set of file objects coming from this file system.
findFileObject(URL) - Static method in class org.openide.filesystems.URLMapper
Find an appropriate instance of FileObject that addresses this URL
findFileObjects(URL) - Static method in class org.openide.filesystems.URLMapper
Deprecated.
findFileSystem(String) - Method in class org.openide.filesystems.Repository
Deprecated.
Please use the ClassPath API instead.
findFreeFileName(FileObject, String, String) - Static method in class org.openide.filesystems.FileUtil
Finds an unused file name similar to that requested in the same folder.
findFreeFolderName(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Finds an unused folder name similar to that requested in the same parent folder.
findLayers(Repository.LayerProvider) - Method in class org.openide.filesystems.Repository
Allows subclasses registered as Repository.getDefault() to find out list of URLs for a given provider.
findMIMEType(FileObject) - Method in class org.openide.filesystems.MIMEResolver
Resolves FileObject and returns recognized MIME type
findReference(String) - Method in class org.openide.filesystems.AbstractFileSystem
This method allows to find Reference to resourceName
findResource(String) - Method in class org.openide.filesystems.AbstractFileSystem
 
findResource(String) - Method in class org.openide.filesystems.FileSystem
Finds a file given its full resource path.
findResource(String) - Method in class org.openide.filesystems.MultiFileSystem
 
findResource(String) - Method in class org.openide.filesystems.Repository
Deprecated.
Please use the ClassPath API instead.
findResourceOn(FileSystem, String) - Method in class org.openide.filesystems.MultiFileSystem
Finds a resource on given filesystem.
findSystem(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
For given file object finds the filesystem that the object is placed on.
findURL(FileObject, int) - Static method in class org.openide.filesystems.URLMapper
Find a good URL for this file object which works according to type: inside this VM inside this machine from networked machines
firedFrom(FileSystem.AtomicAction) - Method in class org.openide.filesystems.FileEvent
Tests if this event has been generated from given atomic action.
fireFileAttributeChangedEvent(Enumeration<FileChangeListener>, FileAttributeEvent) - Method in class org.openide.filesystems.FileObject
Fire file attribute change event.
fireFileChangedEvent(Enumeration<FileChangeListener>, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire file change event.
fireFileDataCreatedEvent(Enumeration<FileChangeListener>, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire data creation event.
fireFileDeletedEvent(Enumeration<FileChangeListener>, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire file deletion event.
fireFileFolderCreatedEvent(Enumeration<FileChangeListener>, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire folder creation event.
fireFileRenamedEvent(Enumeration<FileChangeListener>, FileRenameEvent) - Method in class org.openide.filesystems.FileObject
Fire file rename event.
fireFileStatusChanged(FileStatusEvent) - Method in class org.openide.filesystems.FileSystem
Notifies all registered listeners about change of status of some files.
firePropertyChange(String, Object, Object) - Method in class org.openide.filesystems.FileSystem
Fires property change event.
fireVetoableChange(String, Object, Object) - Method in class org.openide.filesystems.FileSystem
Fires property vetoable event.
floatvalue(String, float) - Method in class org.openide.filesystems.annotations.LayerBuilder.File
Adds a float-valued attribute.
folder(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Test if the file is a folder or contains data.
folder(String) - Method in class org.openide.filesystems.annotations.LayerBuilder
Adds a folder to the layer.
folder(String) - Method in class org.openide.filesystems.JarFileSystem
 
folder(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
folder(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
 
fromFile(File) - Static method in class org.openide.filesystems.FileUtil
Deprecated.
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.25