Class ConfigurationProxy
- java.lang.Object
-
- org.openforis.collect.model.proxy.ConfigurationProxy
-
-
Constructor Summary
Constructors Constructor Description ConfigurationProxy(Configuration configuration, String defaultRecordFileUploadPath, String defaultRecordIndexPath, String defaultBackupStoragePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllowedRestoreKey()StringgetBackupStoragePath()StringgetDefaultBackupStoragePath()StringgetDefaultIndexPath()StringgetDefaultRecordFileUploadPath()StringgetDefaultRecordIndexPath()StringgetDefaultUploadPath()StringgetIndexPath()StringgetRemoteCloneRestoreKey()StringgetRemoteCloneUrl()StringgetUploadPath()
-
-
-
Constructor Detail
-
ConfigurationProxy
public ConfigurationProxy(Configuration configuration, String defaultRecordFileUploadPath, String defaultRecordIndexPath, String defaultBackupStoragePath)
-
-
Method Detail
-
getUploadPath
public String getUploadPath()
-
getDefaultUploadPath
public String getDefaultUploadPath()
-
getIndexPath
public String getIndexPath()
-
getDefaultIndexPath
public String getDefaultIndexPath()
-
getDefaultRecordFileUploadPath
public String getDefaultRecordFileUploadPath()
-
getDefaultRecordIndexPath
public String getDefaultRecordIndexPath()
-
getBackupStoragePath
public String getBackupStoragePath()
-
getDefaultBackupStoragePath
public String getDefaultBackupStoragePath()
-
getAllowedRestoreKey
public String getAllowedRestoreKey()
-
getRemoteCloneUrl
public String getRemoteCloneUrl()
-
getRemoteCloneRestoreKey
public String getRemoteCloneRestoreKey()
-
-