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

M

markImportant(String, boolean) - Method in class org.openide.filesystems.AbstractFileSystem
Mark the file as being important or unimportant.
markUnimportant(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Mark the file as being unimportant.
markUnimportant(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
markUnimportant(String) - Method in class org.openide.filesystems.JarFileSystem
 
markUnimportant(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
markUnimportant(String) - Method in class org.openide.filesystems.LocalFileSystem
 
markUnimportant(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
Notification that a file has been marked unimportant.
markUnimportant(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
 
methodvalue(String, String, String) - Method in class org.openide.filesystems.annotations.LayerBuilder.File
Adds an attribute loaded from a Java method.
MIMEResolver - Class in org.openide.filesystems
Use the FileUtil.getMIMEType(org.openide.filesystems.FileObject, java.lang.String[]) to invoke the mime resolving infrastructure.
MIMEResolver(String...) - Constructor for class org.openide.filesystems.MIMEResolver
Creates a new MIMEResolver.
MIMEResolver() - Constructor for class org.openide.filesystems.MIMEResolver
Deprecated.
Use MIMEResolver.MIMEResolver(String...) instead. Declaring MIME types which can only be resolved by this resolver helps to speed up IDE.
MIMEResolver.ExtensionRegistration - Annotation Type in org.openide.filesystems
Often a mime type can be deduced just by looking at a file extension.
MIMEResolver.NamespaceRegistration - Annotation Type in org.openide.filesystems
Recognize mime type by looking into header of XML files.
MIMEResolver.Registration - Annotation Type in org.openide.filesystems
Registration that allows effective, declarative registration of complex mime resolvers.
MIMEResolver.UIHelpers - Class in org.openide.filesystems
Internal support for implementors of MIME resolver UIs.
mimeType(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Get the MIME type of the file.
mimeType(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
mimeType(String) - Method in class org.openide.filesystems.JarFileSystem
 
mimeType(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
mimeType(String) - Method in class org.openide.filesystems.LocalFileSystem
 
mimeType(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
 
move(String, AbstractFileSystem.Transfer, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Transfer
Move a file.
move(FileLock, FileObject, String, String) - Method in class org.openide.filesystems.FileObject
Moves this file.
moveFile(FileObject, FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Moves file to the selected folder.
MultiFileSystem - Class in org.openide.filesystems
General base class for filesystems which proxy to others.
MultiFileSystem() - Constructor for class org.openide.filesystems.MultiFileSystem
Creates new empty MultiFileSystem.
MultiFileSystem(FileSystem...) - Constructor for class org.openide.filesystems.MultiFileSystem
Creates new MultiFileSystem.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
org.openide.filesystems 9.26