Class FilesystemServerExplorerParameters

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataParameters
org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters
org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemServerExplorerParameters
All Implemented Interfaces:
org.gvsig.fmap.dal.DataParameters, org.gvsig.fmap.dal.DataServerExplorerParameters, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.Validator

public class FilesystemServerExplorerParameters extends org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters implements org.gvsig.fmap.dal.DataServerExplorerParameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.gvsig.fmap.dal.DataParameters

    CRS_PARAMTER_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.gvsig.tools.dynobject.DelegatedDynObject
     
     
     
     
    boolean
    isTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params)
     
    void
     
    void
     

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataParameters

    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, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.dal.DataParameters

    clear, getCopy, toByteArray, toString, validate

    Methods inherited from interface org.gvsig.fmap.dal.DataServerExplorerParameters

    getProviderName

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState

    Methods inherited from interface org.gvsig.json.SupportFromJson

    fromJson

    Methods inherited from interface org.gvsig.json.SupportToJson

    toJson, toJson, toJsonBuilder, toJsonBuilder
  • Field Details

  • Constructor Details

    • FilesystemServerExplorerParameters

      public FilesystemServerExplorerParameters()
  • Method Details

    • setRoot

      public void setRoot(String path)
    • getRoot

      public String getRoot()
    • setInitialpath

      public void setInitialpath(String path)
    • getInitialpath

      public String getInitialpath()
    • getExplorerName

      public String getExplorerName()
      Specified by:
      getExplorerName in interface org.gvsig.fmap.dal.DataServerExplorerParameters
    • getDelegatedDynObject

      protected org.gvsig.tools.dynobject.DelegatedDynObject getDelegatedDynObject()
      Specified by:
      getDelegatedDynObject in class org.gvsig.fmap.dal.spi.AbstractDataParameters
    • isTheSameServerExplorer

      public boolean isTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params)
      Specified by:
      isTheSameServerExplorer in interface org.gvsig.fmap.dal.DataServerExplorerParameters
      Overrides:
      isTheSameServerExplorer in class org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters