public abstract class AbstractFilesystemProviderServices extends java.lang.Object implements FilesystemProviderServices
NO, UNKNOWN, YES| Constructor and Description |
|---|
AbstractFilesystemProviderServices() |
| 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.
|
public java.lang.String getName()
getName in interface FilesystemProviderServicespublic java.lang.String getDescription()
getDescription in interface FilesystemProviderServicespublic int allowCreate()
allowCreate in interface FilesystemProviderServicespublic int getMode()
getMode in interface FilesystemProviderServicespublic boolean isMode(int mode)
isMode in interface FilesystemProviderServicesmode -