- absolutizeResource(Element, String) - Static method in class org.openide.filesystems.annotations.LayerBuilder
-
Allows a processor to accept relative resource paths.
- AbstractFileSystem - Class in org.openide.filesystems
-
This convenience implementation does much of the hard work of
FileSystem
and is generally more pleasant to create
subclasses of.
- AbstractFileSystem() - Constructor for class org.openide.filesystems.AbstractFileSystem
-
- AbstractFileSystem.Attr - Interface in org.openide.filesystems
-
Handle attributes of files.
- AbstractFileSystem.Change - Interface in org.openide.filesystems
-
Controls modification of files.
- AbstractFileSystem.Info - Interface in org.openide.filesystems
-
Information about files.
- AbstractFileSystem.List - Interface in org.openide.filesystems
-
Provides access to the hierarchy of resources.
- AbstractFileSystem.SymlinkInfo - Interface in org.openide.filesystems
-
Information about files related to symbolic links.
- AbstractFileSystem.Transfer - Interface in org.openide.filesystems
-
Controls on moving of files.
- addFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
-
Add new listener to this object.
- addFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileSystem
-
Add new listener to this object.
- addFileChangeListener(FileChangeListener) - Static method in class org.openide.filesystems.FileUtil
-
Registers listener
so that it will receive
FileEvent
s from FileSystem
s providing instances
of FileObject
convertible to java.io.File
.
- addFileChangeListener(FileChangeListener, File) - Static method in class org.openide.filesystems.FileUtil
-
Adds a listener to changes in a given path.
- addFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.Repository
-
- addFileStatusListener(FileStatusListener) - Method in class org.openide.filesystems.FileSystem
-
Registers FileStatusListener to receive events.
- addFileSystem(FileSystem) - Method in class org.openide.filesystems.Repository
-
- addNotify() - Method in class org.openide.filesystems.FileSystem
-
Notifies this filesystem that it has been added to the repository.
- addNotify() - Method in class org.openide.filesystems.MultiFileSystem
-
Notifies all encapsulated filesystems in advance
to superclass behaviour.
- addNotify() - Method in class org.openide.filesystems.XMLFileSystem
-
Notifies this filesystem that it has been added to the repository.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystem
-
Registers PropertyChangeListener to receive events.
- addRecursiveListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
-
Adds a listener to this
FileObject
and all its children and
children or its children.
- addRecursiveListener(FileChangeListener, File) - Static method in class org.openide.filesystems.FileUtil
-
- addRecursiveListener(FileChangeListener, File, Callable<Boolean>) - Static method in class org.openide.filesystems.FileUtil
-
- addRecursiveListener(FileChangeListener, File, FileFilter, Callable<Boolean>) - Static method in class org.openide.filesystems.FileUtil
-
Adds a listener to changes under given path.
- addRepositoryListener(RepositoryListener) - Method in class org.openide.filesystems.Repository
-
- addVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.filesystems.FileSystem
-
Adds listener for the veto of property change.
- affectsOrder(FileAttributeEvent) - Static method in class org.openide.filesystems.FileUtil
-
- annotateName(String, Set<? extends FileObject>) - Method in interface org.openide.filesystems.StatusDecorator
-
Annotate the name of a file cluster.
- annotateNameHtml(String, Set<? extends FileObject>) - Method in interface org.openide.filesystems.StatusDecorator
-
Annotate a name such that the returned value contains HTML markup.
- annotationChanged(FileStatusEvent) - Method in interface org.openide.filesystems.FileStatusListener
-
Notifies listener about change in annotataion of a few files.
- archiveOrDirForURL(URL) - Static method in class org.openide.filesystems.FileUtil
-
Convert a classpath-type URL to a corresponding file.
- ArchiveRootProvider - Interface in org.openide.filesystems.spi
-
A possibility to plug a support for java archives into FileUtil.
- asBytes() - Method in class org.openide.filesystems.FileObject
-
Reads the full content of the file object and returns it as array of
bytes.
- asLines() - Method in class org.openide.filesystems.FileObject
-
Reads the full content of the file line by line with default
system encoding.
- asLines(String) - Method in class org.openide.filesystems.FileObject
-
Reads the full content of the file line by line.
- asText(String) - Method in class org.openide.filesystems.FileObject
-
Reads the full content of the file object and returns it as string.
- asText() - Method in class org.openide.filesystems.FileObject
-
Reads the full content of the file object and returns it as string.
- attr - Variable in class org.openide.filesystems.AbstractFileSystem
-
Handling of attributes for files.
- ATTR_EXT - Static variable in class org.openide.filesystems.DefaultAttributes
-
- ATTR_NAME - Static variable in class org.openide.filesystems.DefaultAttributes
-
- ATTR_NAME_EXT - Static variable in class org.openide.filesystems.DefaultAttributes
-
- attributes(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
-
Get all file attribute names for the file.
- attributes(String) - Method in class org.openide.filesystems.DefaultAttributes
-
- attributes(String) - Method in class org.openide.filesystems.JarFileSystem
-
- attributes(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
-
- attributes(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
-