public class KMLFilesystemServerProvider extends AbstractFilesystemServerExplorerProvider implements FilesystemServerExplorerProvider
Modifier and Type | Field and Description |
---|---|
protected FilesystemServerExplorerProviderServices |
serverExplorer |
LOGGER
Constructor and Description |
---|
KMLFilesystemServerProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File file) |
boolean |
canCreate() |
boolean |
closeResourceRequested(ResourceProvider resource) |
java.lang.String |
getDataStoreProviderName() |
java.lang.String |
getDescription() |
int |
getMode() |
DataStoreParameters |
getParameters(java.io.File file) |
void |
initialize(FilesystemServerExplorerProviderServices serverExplorer) |
void |
remove(DataStoreParameters parameters) |
void |
resourceChanged(ResourceProvider resource) |
canCreate, create, getCreateParameters, getFactory, getName, getResourceRootPathName, getResourceRootPathName, isMode, removeFileExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canCreate, create, getCreateParameters, getResourceRootPathName, getResourceRootPathName, isMode
protected FilesystemServerExplorerProviderServices serverExplorer
public java.lang.String getDataStoreProviderName()
getDataStoreProviderName
in interface FilesystemFileFilter
getDataStoreProviderName
in class AbstractFilesystemServerExplorerProvider
public java.lang.String getDescription()
getDescription
in interface FilesystemFileFilter
getDescription
in class AbstractFilesystemServerExplorerProvider
public DataStoreParameters getParameters(java.io.File file) throws DataException
getParameters
in class AbstractFilesystemServerExplorerProvider
DataException
public int getMode()
getMode
in interface FilesystemServerExplorerProvider
getMode
in class AbstractFilesystemServerExplorerProvider
public boolean accept(java.io.File file)
accept
in interface java.io.FileFilter
public boolean canCreate()
canCreate
in interface FilesystemServerExplorerProvider
canCreate
in class AbstractFilesystemServerExplorerProvider
public void initialize(FilesystemServerExplorerProviderServices serverExplorer)
initialize
in interface FilesystemServerExplorerProvider
initialize
in class AbstractFilesystemServerExplorerProvider
public void remove(DataStoreParameters parameters) throws RemoveException
remove
in interface FilesystemServerExplorerProvider
remove
in class AbstractFilesystemServerExplorerProvider
RemoveException
public boolean closeResourceRequested(ResourceProvider resource)
closeResourceRequested
in class AbstractFilesystemServerExplorerProvider
public void resourceChanged(ResourceProvider resource)
resourceChanged
in class AbstractFilesystemServerExplorerProvider