Package org.duracloud.syncui.config
Class SyncUIConfig
- java.lang.Object
-
- org.duracloud.sync.config.SyncConfig
-
- org.duracloud.syncui.config.SyncUIConfig
-
public class SyncUIConfig extends SyncConfig
-
-
Field Summary
Fields Modifier and Type Field Description static StringSYNC_CONFIG_PROPstatic StringSYNC_CONTEXT_PROPstatic StringSYNC_PORT_PROP-
Fields inherited from class org.duracloud.sync.config.SyncConfig
DEFAULT_WORK_DIR, SYNC_WORK_PROP
-
-
Constructor Summary
Constructors Constructor Description SyncUIConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetConfigPath()static StringgetContextPath()static intgetPort()-
Methods inherited from class org.duracloud.sync.config.SyncConfig
getWorkDir, setWorkDir
-
-
-
-
Field Detail
-
SYNC_CONFIG_PROP
public static final String SYNC_CONFIG_PROP
- See Also:
- Constant Field Values
-
SYNC_CONTEXT_PROP
public static final String SYNC_CONTEXT_PROP
- See Also:
- Constant Field Values
-
SYNC_PORT_PROP
public static final String SYNC_PORT_PROP
- See Also:
- Constant Field Values
-
-