- readAttribute(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
-
Get the file attribute with the specified name.
- readAttribute(String, String) - Method in class org.openide.filesystems.DefaultAttributes
-
- readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
-
- readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem
-
- readAttribute(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
-
- readExternal(ObjectInput) - Method in class org.openide.filesystems.Repository
-
- readOnly(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
-
Test whether this file can be written to or not.
- readOnly(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
-
- readOnly(String) - Method in class org.openide.filesystems.JarFileSystem
-
- readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
-
- readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem
-
- readOnly(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
-
- readSymbolicLink(String) - Method in interface org.openide.filesystems.AbstractFileSystem.SymlinkInfo
-
Read symbolic link.
- readSymbolicLink() - Method in class org.openide.filesystems.FileObject
-
Read symbolic link.
- readSymbolicLink(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
-
- readSymbolicLinkPath() - Method in class org.openide.filesystems.FileObject
-
Read symbolic link path.
- refresh(boolean) - Method in class org.openide.filesystems.AbstractFileSystem
-
Actually implements contract of FileSystem.refresh().
- refresh(boolean) - Method in class org.openide.filesystems.FileObject
-
Should check for external modifications.
- refresh() - Method in class org.openide.filesystems.FileObject
-
Should check for external modifications.
- refresh(boolean) - Method in class org.openide.filesystems.FileSystem
-
Should check for external modifications.
- refresh(boolean) - Method in class org.openide.filesystems.MultiFileSystem
-
Actually implements contract of FileSystem.refresh().
- refresh() - Method in class org.openide.filesystems.Repository.LayerProvider
-
Method to call when set of URLs returned from the #layers()
method changed and there is a need to refresh it.
- refreshAdditionalLayers() - Method in class org.openide.filesystems.Repository
-
- refreshAll() - Static method in class org.openide.filesystems.FileUtil
-
Refreshes all FileObject
that represent files File.listRoots()
and their children recursively.
- refreshFor(File...) - Static method in class org.openide.filesystems.FileUtil
-
Refreshes all necessary filesystems.
- refreshResource(String, boolean) - Method in class org.openide.filesystems.AbstractFileSystem
-
Allows subclasses to fire that a change occured in a
file or folder.
- refreshRoot() - Method in class org.openide.filesystems.AbstractFileSystem
-
Instruct the filesystem
that the root should change.
- registerLayers(Collection<? super URL>) - Method in class org.openide.filesystems.Repository.LayerProvider
-
- releaseLock() - Method in class org.openide.filesystems.FileLock
-
Release this lock.
- removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
-
Remove listener from this object.
- removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileSystem
-
Remove listener from this object.
- removeFileChangeListener(FileChangeListener) - Static method in class org.openide.filesystems.FileUtil
-
Unregisters listener
so that it will no longer receive
FileEvent
s from FileSystem
s providing instances
of FileObject
convertible to java.io.File
- removeFileChangeListener(FileChangeListener, File) - Static method in class org.openide.filesystems.FileUtil
-
Removes a listener to changes in a given path.
- removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.Repository
-
- removeFileStatusListener(FileStatusListener) - Method in class org.openide.filesystems.FileSystem
-
Removes FileStatusListener from the list of listeners.
- removeFileSystem(FileSystem) - Method in class org.openide.filesystems.Repository
-
- removeNotify() - Method in class org.openide.filesystems.FileSystem
-
Notifies this filesystem that it has been removed from the repository.
- removeNotify() - Method in class org.openide.filesystems.JarFileSystem
-
- removeNotify() - Method in class org.openide.filesystems.MultiFileSystem
-
Notifies all encapsulated filesystems in advance
to superclass behaviour.
- removeNotify() - Method in class org.openide.filesystems.XMLFileSystem
-
Notifies this filesystem that it has been removed from the repository.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystem
-
Removes PropertyChangeListener from the list of listeners.
- removeRecursiveListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
-
- removeRecursiveListener(FileChangeListener, File) - Static method in class org.openide.filesystems.FileUtil
-
Removes a listener to changes under given path.
- removeRepositoryListener(RepositoryListener) - Method in class org.openide.filesystems.Repository
-
- removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.filesystems.FileSystem
-
Removes listener for the veto of property change.
- rename(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
-
Rename a file.
- rename(FileLock, String, String) - Method in class org.openide.filesystems.FileObject
-
Renames this file (or folder).
- rename(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
-
- rename(String, String) - Method in class org.openide.filesystems.JarFileSystem
-
- rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
-
- rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem
-
- rename(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
-
- renameAttributes(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
-
Called when a file is renamed, to appropriately update its attributes.
- renameAttributes(String, String) - Method in class org.openide.filesystems.DefaultAttributes
-
- renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
-
- renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem
-
- renameAttributes(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
-
- reorder(int[]) - Method in class org.openide.filesystems.Repository
-
- Repository - Class in org.openide.filesystems
-
Holder for NetBeans default (system, configuration) filesystem, used for most
of NetBeans' runtime configuration.
- Repository(FileSystem) - Constructor for class org.openide.filesystems.Repository
-
Creates new instance of filesystem pool and
registers it as the default one.
- Repository.LayerProvider - Class in org.openide.filesystems
-
- Repository.LocalProvider - Class in org.openide.filesystems
-
Provides local repositories, depending on the current execution environment.
- RepositoryAdapter - Class in org.openide.filesystems
-
Dummy adapter for RepositoryListener
.
- RepositoryAdapter() - Constructor for class org.openide.filesystems.RepositoryAdapter
-
- RepositoryEvent - Class in org.openide.filesystems
-
Event describing adding a filesystem to, or removing a filesystem from, the filesystem pool.
- RepositoryEvent(Repository, FileSystem, boolean) - Constructor for class org.openide.filesystems.RepositoryEvent
-
Create a new filesystem pool event.
- RepositoryListener - Interface in org.openide.filesystems
-
Listener to changes in the filesystem pool.
- RepositoryReorderedEvent - Class in org.openide.filesystems
-
Fired when a filesystem pool is reordered.
- RepositoryReorderedEvent(Repository, int[]) - Constructor for class org.openide.filesystems.RepositoryReorderedEvent
-
Create a new reorder event.
- revert() - Method in class org.openide.filesystems.FileObject
-
Revert this file to a pristine state.
- run() - Method in interface org.openide.filesystems.FileSystem.AtomicAction
-
Executed when it is guaranteed that no events about changes
in filesystems will be notified.
- runAtomicAction(FileSystem.AtomicAction) - Method in class org.openide.filesystems.FileSystem
-
Executes atomic action.
- runAtomicAction(FileSystem.AtomicAction) - Static method in class org.openide.filesystems.FileUtil
-
Executes atomic action.
- runAtomicAction(Runnable) - Static method in class org.openide.filesystems.FileUtil
-
Executes atomic action.
- runWhenDeliveryOver(Runnable) - Method in class org.openide.filesystems.FileEvent
-
Support for batch processing of events.