Field and Description |
---|
org.openide.filesystems.DefaultAttributes.ATTR_EXT
does not handle XML attributes
|
org.openide.filesystems.DefaultAttributes.ATTR_NAME
does not handle XML attributes
|
org.openide.filesystems.DefaultAttributes.ATTR_NAME_EXT
does not handle XML attributes
|
org.openide.filesystems.FileSystem.PROP_HIDDEN
The property is now hidden.
|
org.openide.filesystems.FileSystem.PROP_SYSTEM_NAME
This system name should now be avoided in favor of identifying files persistently by URL.
|
org.openide.filesystems.AbstractFileSystem.List.serialVersionUID
Only public by accident.
|
org.openide.filesystems.AbstractFileSystem.Change.serialVersionUID
Only public by accident.
|
org.openide.filesystems.AbstractFileSystem.Transfer.serialVersionUID
Only public by accident.
|
org.openide.filesystems.AbstractFileSystem.Info.serialVersionUID
Only public by accident.
|
org.openide.filesystems.AbstractFileSystem.Attr.serialVersionUID
Only public by accident.
|
Constructor and Description |
---|
org.openide.filesystems.MIMEResolver()
Use
MIMEResolver.MIMEResolver(String...) instead. Declaring MIME
types which can only be resolved by this resolver helps to speed up IDE. |