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

Class SyncConnectorConfiguration.

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.
 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.
 
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.

Returns:
String

getMethod

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

Returns:
String

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 -