org.wso2.carbon.deployment.synchronizer.internal.util
Class DeploymentSynchronizerConfiguration
java.lang.Object
org.wso2.carbon.deployment.synchronizer.internal.util.DeploymentSynchronizerConfiguration
public class DeploymentSynchronizerConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentSynchronizerConfiguration
public DeploymentSynchronizerConfiguration()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
isAutoCommit
public boolean isAutoCommit()
setAutoCommit
public void setAutoCommit(boolean autoCommit)
isAutoCheckout
public boolean isAutoCheckout()
setAutoCheckout
public void setAutoCheckout(boolean autoCheckout)
getPeriod
public long getPeriod()
setPeriod
public void setPeriod(long period)
isUseEventing
public boolean isUseEventing()
setUseEventing
public void setUseEventing(boolean useEventing)
getRepositoryType
public String getRepositoryType()
setRepositoryType
public void setRepositoryType(String repositoryType)
getRepositoryConfigParameters
public RepositoryConfigParameter[] getRepositoryConfigParameters()
setRepositoryConfigParameters
public void setRepositoryConfigParameters(RepositoryConfigParameter[] repositoryConfigParameters)
isServerBasedConfiguration
public boolean isServerBasedConfiguration()
- Indicates whether the configuration is retrieved from the server config file (carbon.xml)
- Returns:
- True if configuration is retrieved from carbon.xml. False otherwise.
setServerBasedConfiguration
public void setServerBasedConfiguration(boolean serverBasedConfiguration)
Copyright © 2015 WSO2. All rights reserved.