public interface FilesystemProviderServices
| Modifier and Type | Field and Description |
|---|---|
static int |
NO |
static int |
UNKNOWN |
static int |
YES |
| Modifier and Type | Method and Description |
|---|---|
int |
allowCreate()
The provider can create new stores.
|
java.lang.String |
getDescription()
Return a short descripion about the provider
|
int |
getMode()
Returns the mode supported
|
java.lang.String |
getName()
Returns the name of the provider
|
boolean |
isMode(int mode)
Return true if any mode in the parameter is supported.
|
static final int UNKNOWN
static final int YES
static final int NO
java.lang.String getName()
java.lang.String getDescription()
int allowCreate()
int getMode()
boolean isMode(int mode)
mode -