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

G

getActions() - Method in class org.openide.filesystems.AbstractFileSystem
 
getActions() - Method in class org.openide.filesystems.FileSystem
Returns an array of actions that can be invoked on any file in this filesystem.
getActions(Set<FileObject>) - Method in class org.openide.filesystems.FileSystem
Get actions appropriate to a certain file selection.
getActions() - Method in class org.openide.filesystems.MultiFileSystem
Merge actions from all delegates.
getActions(Set<FileObject>) - Method in class org.openide.filesystems.MultiFileSystem
 
getArchiveFile(FileObject) - Static method in class org.openide.filesystems.FileUtil
Returns a FileObject representing an archive file containing the FileObject given by the parameter.
getArchiveFile(URL) - Static method in class org.openide.filesystems.FileUtil
Returns the URL of the archive file containing the file referred to by a jar-protocol URL.
getArchiveRoot(FileObject) - Static method in class org.openide.filesystems.FileUtil
Returns a FileObject representing the root folder of an archive.
getArchiveRoot(URL) - Static method in class org.openide.filesystems.FileUtil
Returns a URL representing the root of an archive.
getAttribute(String) - Method in class org.openide.filesystems.FileObject
Get the file attribute with the specified name.
getAttributes() - Method in class org.openide.filesystems.FileObject
Get all file attribute names for this file.
getBadge(File) - Method in interface org.openide.filesystems.FileChooserBuilder.BadgeProvider
Get the badge the passed file should use.
getCapability() - Method in class org.openide.filesystems.FileSystem
Deprecated.
Capabilities are no longer used.
getChildren() - Method in class org.openide.filesystems.FileObject
Get all children of this folder (files and subfolders).
getChildren(boolean) - Method in class org.openide.filesystems.FileObject
Enumerate all children of this folder.
getCompile() - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.
Please use the ClassPath API instead.
getConfigFile(String) - Static method in class org.openide.filesystems.FileUtil
Returns FileObject from the NetBeans default (system, configuration) filesystem or null if does not exist.
getConfigObject(String, Class<T>) - Static method in class org.openide.filesystems.FileUtil
Finds a config object under given path.
getConfigRoot() - Static method in class org.openide.filesystems.FileUtil
Returns the root of the NetBeans default (system, configuration) filesystem.
getData(boolean) - Method in class org.openide.filesystems.FileObject
Enumerate all data files in this folder.
getDebug() - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.
Please use the ClassPath API instead.
getDefault() - Static method in class org.openide.filesystems.Repository
Access method to get default instance of repository in the system.
getDefaultFileSystem() - Method in class org.openide.filesystems.Repository
Deprecated.
getDelegates() - Method in class org.openide.filesystems.MultiFileSystem
All filesystem that this system delegates to.
getDisplayName() - Method in class org.openide.filesystems.AbstractFileSystem
 
getDisplayName() - Method in class org.openide.filesystems.FileSystem
Provides a name for the system that can be presented to the user.
getDisplayName() - Method in class org.openide.filesystems.JarFileSystem
 
getDisplayName() - Method in class org.openide.filesystems.LocalFileSystem
 
getDisplayName() - Method in class org.openide.filesystems.MultiFileSystem
The name of the filesystem.
getDisplayName() - Method in class org.openide.filesystems.XMLFileSystem
Provides a name for the system that can be presented to the user.
getDoc() - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.
Please use JavadocForBinaryQuery instead.
getExecute() - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.
Please use the ClassPath API instead.
getExt() - Method in class org.openide.filesystems.FileObject
Get the extension of this file or folder.
getExt() - Method in class org.openide.filesystems.FileRenameEvent
Get original extension of the file.
getExtension(String) - Static method in class org.openide.filesystems.FileUtil
Gets the extension of a specified file name.
getFile() - Method in class org.openide.filesystems.FileEvent
 
getFileDisplayName(FileObject) - Static method in class org.openide.filesystems.FileUtil
Get an appropriate display name for a file object.
getFileObject(String, String) - Method in class org.openide.filesystems.FileObject
Retrieve file or folder contained in this folder by name.
getFileObject(String) - Method in class org.openide.filesystems.FileObject
Retrieve file or folder relative to a current folder, with a given relative path.
getFileObjects(URL) - Method in class org.openide.filesystems.URLMapper
Get an array of FileObjects for this URL.
getFileSystem() - Method in exception org.openide.filesystems.EnvironmentNotSupportedException
Deprecated.
Getter for the filesystem that does not support environment operations.
getFileSystem() - Method in class org.openide.filesystems.FileObject
Get the filesystem containing this file.
getFileSystem() - Method in class org.openide.filesystems.FileStatusEvent
Getter for filesystem that caused the change.
getFileSystem() - Method in class org.openide.filesystems.RepositoryEvent
Getter for the filesystem that is added or removed.
getFileSystemName() - Method in exception org.openide.filesystems.FileStateInvalidException
 
getFileSystems() - Method in class org.openide.filesystems.Repository
Deprecated.
Please use the ClassPath API instead.
getFolders(boolean) - Method in class org.openide.filesystems.FileObject
Enumerate the subfolders of this folder.
getInputStream() - Method in class org.openide.filesystems.FileObject
Get input stream.
getJarFile() - Method in class org.openide.filesystems.JarFileSystem
Get the file path for the ZIP or JAR file.
getLookup() - Method in class org.openide.filesystems.FileObject
A lookup containing various logical views of the underlying represented file.
getManifest() - Method in class org.openide.filesystems.JarFileSystem
Get the JAR manifest.
getMIMEToExtensions(FileObject) - Method in class org.openide.filesystems.MIMEResolver.UIHelpers
Returns mapping of MIME type to set of extensions.
getMIMEType() - Method in class org.openide.filesystems.FileObject
Get the MIME type of this file.
getMIMEType(String...) - Method in class org.openide.filesystems.FileObject
Resolves MIME type from the list of acceptable ones.
getMIMEType(String) - Static method in class org.openide.filesystems.FileUtil
Deprecated.
use FileUtil.getMIMEType(FileObject) or FileUtil.getMIMEType(FileObject, String[]) as MIME cannot be generally detected by file object extension.
getMIMEType(FileObject) - Static method in class org.openide.filesystems.FileUtil
Resolves MIME type.
getMIMEType(FileObject, String...) - Static method in class org.openide.filesystems.FileUtil
Resolves MIME type.
getMIMETypeExtensions(String) - Static method in class org.openide.filesystems.FileUtil
Returns list of file extensions associated with specified MIME type.
getName() - Method in class org.openide.filesystems.FileAttributeEvent
Gets the name of the attribute.
getName() - Method in class org.openide.filesystems.FileObject
Get the name without extension of this file or folder.
getName() - Method in class org.openide.filesystems.FileRenameEvent
Get original name of the file.
getNameExt() - Method in class org.openide.filesystems.FileObject
Getter for name and extension of a file object.
getNewValue() - Method in class org.openide.filesystems.FileAttributeEvent
Gets the new value of the attribute.
getOldValue() - Method in class org.openide.filesystems.FileAttributeEvent
Gets the old value of the attribute.
getOrder(Collection<FileObject>, boolean) - Static method in class org.openide.filesystems.FileUtil
Sorts some sibling file objects.
getOrderedResolvers() - Method in class org.openide.filesystems.MIMEResolver.UIHelpers
Lists registered MIMEResolver instances in reverse order, i.e. first are ones with lower priority (position attribute higher) and last are ones with highest prority (position attribute lower).
getOutputStream(FileLock) - Method in class org.openide.filesystems.FileObject
Get output stream.
getOutputStream() - Method in class org.openide.filesystems.FileObject
Get output stream.
getPackageName(char) - Method in class org.openide.filesystems.FileObject
Deprecated.
Please use the ClassPath API instead.
getPackageNameExt(char, char) - Method in class org.openide.filesystems.FileObject
Deprecated.
Please use the ClassPath API instead.
getParent() - Method in class org.openide.filesystems.FileObject
Get parent folder.
getPath() - Method in class org.openide.filesystems.annotations.LayerBuilder.File
Gets the path this file is to be created under.
getPath() - Method in class org.openide.filesystems.FileObject
Get the full resource path of this file object starting from the filesystem root.
getPermutation() - Method in class org.openide.filesystems.RepositoryReorderedEvent
Get the permutation of filesystems.
getPropagateMasks() - Method in class org.openide.filesystems.MultiFileSystem
Will mask files that are not used be listed as children?
getRefreshTime() - Method in class org.openide.filesystems.AbstractFileSystem
Get the number of milliseconds between automatic refreshes of the directory structure.
getRelativePath(FileObject, FileObject) - Static method in class org.openide.filesystems.FileUtil
Gets a relative resource path between folder and fo.
getRepository() - Method in class org.openide.filesystems.RepositoryEvent
Getter for the filesystem pool that is modified.
getRepository() - Method in class org.openide.filesystems.RepositoryReorderedEvent
Get the affected filesystem pool.
getRoot() - Method in class org.openide.filesystems.AbstractFileSystem
 
getRoot() - Method in class org.openide.filesystems.FileSystem
Getter for root folder in the filesystem.
getRoot() - Method in class org.openide.filesystems.MultiFileSystem
Root of the filesystem.
getRootDirectory() - Method in class org.openide.filesystems.LocalFileSystem
Get the root directory of the filesystem.
getSize() - Method in class org.openide.filesystems.FileObject
Get the size of the file.
getStatus() - Method in class org.openide.filesystems.FileSystem
Gets a status object that can annotate a set of files by changing the names or icons associated with them.
getSystemName() - Method in class org.openide.filesystems.FileSystem
Deprecated.
The system name should now be avoided in favor of identifying files persistently by URL.
getTempFolder() - Method in class org.openide.filesystems.FileSystem
Returns temporary folder if it is avaliable on this file system.
getTime() - Method in class org.openide.filesystems.FileEvent
The time when this event has been created.
getURL() - Method in class org.openide.filesystems.FileObject
Deprecated.
Use FileObject.toURL() instead.
getURL(FileObject, int) - Method in class org.openide.filesystems.URLMapper
Get a good URL for this file object which works according to type: inside this VM inside this machine from networked machines The implementation can't use neither FileUtil.toFile(org.openide.filesystems.FileObject) nor FileUtil.toFileObject(java.io.File) otherwise StackOverflowError maybe thrown.
getXmlUrl() - Method in class org.openide.filesystems.XMLFileSystem
Getter of url field.
getXmlUrls() - Method in class org.openide.filesystems.XMLFileSystem
Getter of url fields.
getXOffset() - Method in interface org.openide.filesystems.FileChooserBuilder.BadgeProvider
Get the x offset for badges produced by this provider.
getYOffset() - Method in interface org.openide.filesystems.FileChooserBuilder.BadgeProvider
Get the y offset for badges produced by this provider.
A B C D E F G H I J L M N O P R S T U V W X 
org.openide.filesystems 8.8.1

Built on January 7 2015.  |  Portions Copyright 1997-2015 Oracle. All rights reserved.