@Deprecated public static class FileSystemCapability.Bean extends FileSystemCapability implements Serializable
FileSystemCapability.Bean
Constructor and Description |
---|
FileSystemCapability.Bean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Deprecated.
Adds PropertyChange listener.
|
boolean |
capableOf(FileSystemCapability c)
Deprecated.
Checks for well known capabilities and if they are allowed.
|
boolean |
getCompile()
Deprecated.
Please use the ClassPath API instead.
|
boolean |
getDebug()
Deprecated.
Please use the ClassPath API instead.
|
boolean |
getDoc()
Deprecated.
Please use
JavadocForBinaryQuery instead. |
boolean |
getExecute()
Deprecated.
Please use the ClassPath API instead.
|
void |
removePropertyChangeListener(PropertyChangeListener l)
Deprecated.
Removes PropertyChange listener.
|
void |
setCompile(boolean val)
Deprecated.
Please use the ClassPath API instead.
|
void |
setDebug(boolean val)
Deprecated.
Please use the ClassPath API instead.
|
void |
setDoc(boolean val)
Deprecated.
Please use
JavadocForBinaryQuery instead. |
void |
setExecute(boolean val)
Deprecated.
Please use the ClassPath API instead.
|
fileSystems, find, findAll, findAllResources, findResource
public boolean capableOf(FileSystemCapability c)
capableOf
in class FileSystemCapability
c
- capability to test@Deprecated public boolean getCompile()
@Deprecated public void setCompile(boolean val)
@Deprecated public boolean getExecute()
@Deprecated public void setExecute(boolean val)
@Deprecated public boolean getDebug()
@Deprecated public void setDebug(boolean val)
@Deprecated public boolean getDoc()
JavadocForBinaryQuery
instead.@Deprecated public void setDoc(boolean val)
JavadocForBinaryQuery
instead.public void addPropertyChangeListener(PropertyChangeListener l)
FileSystemCapability
addPropertyChangeListener
in class FileSystemCapability
l
- the listener to be added.public void removePropertyChangeListener(PropertyChangeListener l)
FileSystemCapability
removePropertyChangeListener
in class FileSystemCapability
l
- the listener to be removed.Built on June 20 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.