public class ErmapperFilesystemServerExplorer extends AbstractFilesystemServerExplorerProvider
Constructor and Description |
---|
ErmapperFilesystemServerExplorer() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File pathname) |
boolean |
canCreate() |
boolean |
canCreate(NewDataStoreParameters parameters) |
void |
create(NewDataStoreParameters parameters,
boolean overwrite) |
NewDataStoreParameters |
getCreateParameters() |
String |
getDataStoreProviderName() |
String |
getDescription() |
int |
getMode() |
DataStoreParameters |
getParameters(File file) |
void |
initialize(FilesystemServerExplorerProviderServices serverExplorer) |
void |
remove(DataStoreParameters parameters) |
getResourceRootPathName, isMode, removeFileExtension
public boolean canCreate()
public boolean canCreate(NewDataStoreParameters parameters)
public void create(NewDataStoreParameters parameters, boolean overwrite) throws CreateException
CreateException
public NewDataStoreParameters getCreateParameters() throws DataException
DataException
public void initialize(FilesystemServerExplorerProviderServices serverExplorer)
public void remove(DataStoreParameters parameters) throws RemoveException
RemoveException
public String getDataStoreProviderName()
public boolean accept(File pathname)
public String getDescription()
public DataStoreParameters getParameters(File file) throws DataException
DataException
public int getMode()
getMode
in interface FilesystemServerExplorerProvider
getMode
in class AbstractFilesystemServerExplorerProvider