- Impl(JarFileSystem) - Constructor for class org.openide.filesystems.JarFileSystem.Impl
-
Constructor.
- Impl(LocalFileSystem) - Constructor for class org.openide.filesystems.LocalFileSystem.Impl
-
Pointer to local filesystem
- Impl(XMLFileSystem) - Constructor for class org.openide.filesystems.XMLFileSystem.Impl
-
Constructor.
- info - Variable in class org.openide.filesystems.AbstractFileSystem
-
Methods for obtaining information about files.
- inputStream(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
-
Get input stream.
- inputStream(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
-
- inputStream(String) - Method in class org.openide.filesystems.JarFileSystem
-
- inputStream(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
-
- inputStream(String) - Method in class org.openide.filesystems.LocalFileSystem
-
- inputStream(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
-
- instanceAttribute(String, Class<?>) - Method in class org.openide.filesystems.annotations.LayerBuilder.File
-
Adds an attribute to load the associated class or method.
- instanceAttribute(String, Class<?>, Annotation, String) - Method in class org.openide.filesystems.annotations.LayerBuilder.File
-
Adds an attribute to load the associated class or method.
- instanceFile(String, String, Class<?>) - Method in class org.openide.filesystems.annotations.LayerBuilder
-
Generates an instance file whose InstanceCookie
would load the associated class or method.
- instanceFile(String, String, Class<?>, Annotation, String) - Method in class org.openide.filesystems.annotations.LayerBuilder
-
Generates an instance file whose InstanceCookie
would load the associated class or method.
- instanceFile(String, String) - Method in class org.openide.filesystems.annotations.LayerBuilder
-
Generates an instance file that is not initialized with an instance.
- instanceFile(String, String, Annotation, String) - Method in class org.openide.filesystems.annotations.LayerBuilder
-
Generates an instance file that is not initialized with an instance.
- INTERNAL - Static variable in class org.openide.filesystems.URLMapper
-
URL which works inside this VM.
- intvalue(String, int) - Method in class org.openide.filesystems.annotations.LayerBuilder.File
-
Adds an int-valued attribute.
- isAdded() - Method in class org.openide.filesystems.RepositoryEvent
-
Is the filesystem added or removed?
- isArchiveArtifact(FileObject) - Static method in class org.openide.filesystems.FileUtil
-
Tests if an file is inside an archive.
- isArchiveArtifact(URL) - Static method in class org.openide.filesystems.FileUtil
-
Tests if an
URL
denotes a file inside an archive.
- isArchiveArtifact(URL) - Method in interface org.openide.filesystems.spi.ArchiveRootProvider
-
Tests if an
URL
denotes a file inside an archive.
- isArchiveArtifact(FileObject) - Method in interface org.openide.filesystems.spi.ArchiveRootProvider
-
Tests if an file is inside an archive.
- isArchiveFile(FileObject) - Static method in class org.openide.filesystems.FileUtil
-
Tests if a file represents a java archive.
- isArchiveFile(URL) - Static method in class org.openide.filesystems.FileUtil
-
Tests if a URL represents a java archive.
- isArchiveFile(URL, boolean) - Method in interface org.openide.filesystems.spi.ArchiveRootProvider
-
Tests if a file represents an java archive.
- isArchiveFile(FileObject, boolean) - Method in interface org.openide.filesystems.spi.ArchiveRootProvider
-
Tests if a file represents an java archive.
- isData() - Method in class org.openide.filesystems.FileObject
-
Test whether this object is a data object.
- isDefault() - Method in class org.openide.filesystems.FileSystem
-
Returns true
if the filesystem is default.
- isExpected() - Method in class org.openide.filesystems.FileEvent
-
Getter to test whether the change has been expected or not.
- isFolder() - Method in class org.openide.filesystems.FileObject
-
Test whether this object is a folder.
- isIconChange() - Method in class org.openide.filesystems.FileStatusEvent
-
Do the files changed their icons?
- isLocked() - Method in class org.openide.filesystems.FileObject
-
Test if file is locked
- isNameChange() - Method in class org.openide.filesystems.FileStatusEvent
-
Is the change change of name?
- isParentOf(FileObject, FileObject) - Static method in class org.openide.filesystems.FileUtil
-
Recursively checks whether the file is underneath the folder.
- isReadOnly() - Method in class org.openide.filesystems.FileObject
-
- isReadOnly() - Method in class org.openide.filesystems.FileSystem
-
Test if the filesystem is read-only or not.
- isReadOnly() - Method in class org.openide.filesystems.JarFileSystem
-
This filesystem is read-only.
- isReadOnly() - Method in class org.openide.filesystems.LocalFileSystem
-
- isReadOnly() - Method in class org.openide.filesystems.MultiFileSystem
-
This filesystem is readonly if it has not writable system.
- isReadOnly() - Method in class org.openide.filesystems.XMLFileSystem
-
Test if the filesystem is read-only or not.
- isRecursiveSymbolicLink(FileObject) - Static method in class org.openide.filesystems.FileUtil
-
Check whether some FileObject is a recursive symbolic link.
- isRoot() - Method in class org.openide.filesystems.FileObject
-
Test whether this object is the root folder.
- isSymbolicLink(String) - Method in interface org.openide.filesystems.AbstractFileSystem.SymlinkInfo
-
Check whether a file represents a symbolic link.
- isSymbolicLink() - Method in class org.openide.filesystems.FileObject
-
Check whether this FileObject is a symbolic link.
- isSymbolicLink(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
-
- isUserDefined(FileObject) - Method in class org.openide.filesystems.MIMEResolver.UIHelpers
-
Checks whether a given resolver is user-defined.
- isValid() - Method in class org.openide.filesystems.FileLock
-
Test whether this lock is still active, or released.
- isValid() - Method in class org.openide.filesystems.FileObject
-
Test whether the file is valid.
- isValid() - Method in class org.openide.filesystems.FileSystem
-
Test whether filesystem is valid.
- isValidFileName(String) - Static method in class org.openide.filesystems.FileUtil
-
Determines whether the string forms a valid filename (without a path component).
- isVirtual() - Method in class org.openide.filesystems.FileObject
-
Tests if file really exists or is missing.