Class HTTPBackupAgent.Constants
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent.Constants
-
- Enclosing class:
- HTTPBackupAgent
public static final class HTTPBackupAgent.Constants extends Object
Definition the constants.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHTTPBackupAgent.Constants.OperationTypeDefinition the operation types.
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_URLThe base path to this service.static StringDATE_FORMAT_RFC_1123The date format RFC_1123.
-
-
-
Field Detail
-
DATE_FORMAT_RFC_1123
public static final String DATE_FORMAT_RFC_1123
The date format RFC_1123.- See Also:
- Constant Field Values
-
BASE_URL
public static final String BASE_URL
The base path to this service.- See Also:
- Constant Field Values
-
-