Class LocalConfiguration
- java.lang.Object
-
- org.gcube.data.transfer.plugins.thredds.LocalConfiguration
-
public class LocalConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_LOADING_TIMETOUTstatic StringIS_REGISTRATION_TIMEOUTstatic StringTHREDDS_SE_CATEGORYstatic StringTHREDDS_SE_PLATFORMstatic StringTHREDDS_SE_REMOTE_MANAGEMENT_ACCESS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LocalConfigurationget()static StringgetProperty(String property)static LonggetTTL(String property)
-
-
-
Field Detail
-
THREDDS_SE_CATEGORY
public static final String THREDDS_SE_CATEGORY
- See Also:
- Constant Field Values
-
THREDDS_SE_PLATFORM
public static final String THREDDS_SE_PLATFORM
- See Also:
- Constant Field Values
-
THREDDS_SE_REMOTE_MANAGEMENT_ACCESS
public static final String THREDDS_SE_REMOTE_MANAGEMENT_ACCESS
- See Also:
- Constant Field Values
-
IS_REGISTRATION_TIMEOUT
public static final String IS_REGISTRATION_TIMEOUT
- See Also:
- Constant Field Values
-
CONTEXT_LOADING_TIMETOUT
public static final String CONTEXT_LOADING_TIMETOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static LocalConfiguration get()
-
-