public class FilesystemServerExplorerParameters extends AbstractDataServerExplorerParameters implements DataServerExplorerParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DYNCLASS_NAME |
CRS_PARAMTER_NAME| Constructor and Description |
|---|
FilesystemServerExplorerParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
java.lang.String |
getExplorerName()
Returns the name of the data explorer type of the DataServerExplorer
represented by this DataServerExplorerParameters
|
java.lang.String |
getInitialpath() |
java.lang.String |
getRoot() |
boolean |
isTheSameServerExplorer(DataServerExplorerParameters params) |
void |
setInitialpath(java.lang.String path) |
void |
setRoot(java.lang.String path) |
clear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDataStoreName, getDescription, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProviderNameclear, getCopy, toByteArray, toString, validateloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonpublic static final java.lang.String DYNCLASS_NAME
public void setRoot(java.lang.String path)
public java.lang.String getRoot()
public void setInitialpath(java.lang.String path)
public java.lang.String getInitialpath()
public java.lang.String getExplorerName()
DataServerExplorerParametersgetExplorerName in interface DataServerExplorerParametersprotected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic boolean isTheSameServerExplorer(DataServerExplorerParameters params)
isTheSameServerExplorer in interface DataServerExplorerParametersisTheSameServerExplorer in class AbstractDataServerExplorerParameters