站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

G-Index (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0

 
A C D E F G H I J L M N O P R S T U 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) - Method in class org.openide.filesystems.FileSystem
 
getActions() - Method in class org.openide.filesystems.MultiFileSystem
Merge actions from all delegates.
getActions(Set) - Method in class org.openide.filesystems.MultiFileSystem
 
getArchiveFile(FileObject) - Static method in class org.openide.filesystems.FileUtil
Returns a FileObject representing an archive file containg 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.
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.
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
Gets the default filesystem of the IDE.
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 class 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 class 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.
getMIMEType() - Method in class org.openide.filesystems.FileObject
Get the MIME type of this file.
getMIMEType(String) - Static method in class org.openide.filesystems.FileUtil
Deprecated. in favour of getMIMEType(FileObject) as MIME cannot be generally detected by file object extension.
getMIMEType(FileObject) - Static method in class org.openide.filesystems.FileUtil
Resolves MIME type.
getManifest() - Method in class org.openide.filesystems.JarFileSystem
Get the JAR manifest.
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.
getOutputStream(FileLock) - 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.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
Get 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.
getTime() - Method in class org.openide.filesystems.FileEvent
The time when this event has been created.
getURL() - Method in class org.openide.filesystems.FileObject
Get URL that can be used to access this file.
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
Deprecated. experimental method. Nobody should rely on this method yet.

 
A C D E F G H I J L M N O P R S T U W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.