Class SVNConstants
- java.lang.Object
-
- org.wso2.carbon.deployment.synchronizer.subversion.SVNConstants
-
public class SVNConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SVN_CLIENT
static String
SVN_FORCE_UPDATE
static String
SVN_IGNORE_EXTERNALS
static String
SVN_PASSWORD
static String
SVN_URL
static String
SVN_URL_APPEND_TENANT_ID
static String
SVN_USER
-
Constructor Summary
Constructors Constructor Description SVNConstants()
-
-
-
Field Detail
-
SVN_URL
public static final String SVN_URL
- See Also:
- Constant Field Values
-
SVN_USER
public static final String SVN_USER
- See Also:
- Constant Field Values
-
SVN_PASSWORD
public static final String SVN_PASSWORD
- See Also:
- Constant Field Values
-
SVN_CLIENT
public static final String SVN_CLIENT
- See Also:
- Constant Field Values
-
SVN_IGNORE_EXTERNALS
public static final String SVN_IGNORE_EXTERNALS
- See Also:
- Constant Field Values
-
SVN_FORCE_UPDATE
public static final String SVN_FORCE_UPDATE
- See Also:
- Constant Field Values
-
SVN_URL_APPEND_TENANT_ID
public static final String SVN_URL_APPEND_TENANT_ID
- See Also:
- Constant Field Values
-
-