org.apache.maven.archiva.configuration
Class SyncConnectorConfiguration

Package class diagram package SyncConnectorConfiguration
java.lang.Object
  extended by org.apache.maven.archiva.configuration.AbstractRepositoryConnectorConfiguration
      extended by org.apache.maven.archiva.configuration.SyncConnectorConfiguration
All Implemented Interfaces:
java.io.Serializable

public class SyncConnectorConfiguration
extends AbstractRepositoryConnectorConfiguration
implements java.io.Serializable

null

See Also:
Serialized Form

Constructor Summary
SyncConnectorConfiguration()
           
 
Method Summary
 java.lang.String getCronExpression()
          Get When to run the sync mechanism.
 java.lang.String getMethod()
          Get The type of synchronization to use.
 java.lang.String getModelEncoding()
           
 void setCronExpression(java.lang.String cronExpression)
          Set When to run the sync mechanism.
 void setMethod(java.lang.String method)
          Set The type of synchronization to use.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class org.apache.maven.archiva.configuration.AbstractRepositoryConnectorConfiguration
addBlackListPattern, addPolicy, addProperty, addWhiteListPattern, getBlackListPatterns, getPolicies, getPolicy, getProperties, getProxyId, getSourceRepoId, getTargetRepoId, getWhiteListPatterns, isDisabled, removeBlackListPattern, removeWhiteListPattern, setBlackListPatterns, setDisabled, setPolicies, setProperties, setProxyId, setSourceRepoId, setTargetRepoId, setWhiteListPatterns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncConnectorConfiguration

public SyncConnectorConfiguration()
Method Detail

getCronExpression

public java.lang.String getCronExpression()
Get When to run the sync mechanism. Default is every hour on the hour.


getMethod

public java.lang.String getMethod()
Get The type of synchronization to use.


setCronExpression

public void setCronExpression(java.lang.String cronExpression)
Set When to run the sync mechanism. Default is every hour on the hour.

Parameters:
cronExpression -

setMethod

public void setMethod(java.lang.String method)
Set The type of synchronization to use.

Parameters:
method -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class AbstractRepositoryConnectorConfiguration

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class AbstractRepositoryConnectorConfiguration