org.wso2.carbon.deployment.synchronizer.subversion
Class SVNConstants

java.lang.Object
  extended by org.wso2.carbon.deployment.synchronizer.subversion.SVNConstants

public class SVNConstants
extends Object


Field Summary
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
SVNConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

SVNConstants

public SVNConstants()


Copyright © 2015 WSO2. All rights reserved.