public class WsThreddsSynchFolderConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
WsThreddsSynchFolderConfiguration()
Instantiates a new ws thredds synch folder configuration.
|
WsThreddsSynchFolderConfiguration(String remotePath,
GcubeVRE theVRE,
String filter,
String catalogName)
Instantiates a new ws thredds synch folder configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName()
Gets the catalog name.
|
String |
getFilter()
Gets the filter.
|
String |
getRemotePath()
Gets the remote path.
|
GcubeVRE |
getTheVRE()
Gets the the VRE.
|
void |
setCatalogName(String catalogName)
Sets the catalog name.
|
void |
setFilter(String filter)
Sets the filter.
|
void |
setRemotePath(String remotePath)
Sets the remote path.
|
void |
setTheVRE(GcubeVRE theVRE)
Sets the the VRE.
|
String |
toString() |
public WsThreddsSynchFolderConfiguration()
public WsThreddsSynchFolderConfiguration(String remotePath, GcubeVRE theVRE, String filter, String catalogName)
remotePath - the remote paththeVRE - the the VREfilter - the filtercatalogName - the catalog nameserverConf - the server confpublic String getRemotePath()
public void setRemotePath(String remotePath)
remotePath - the new remote pathpublic GcubeVRE getTheVRE()
public void setTheVRE(GcubeVRE theVRE)
theVRE - the new the VREpublic String getFilter()
public void setFilter(String filter)
filter - the new filterpublic String getCatalogName()
public void setCatalogName(String catalogName)
catalogName - the new catalog nameCopyright © 2018. All Rights Reserved.