org.apache.maven.archiva.scheduled.tasks
Class RepositoryTask

java.lang.Object
  extended by org.apache.maven.archiva.scheduled.tasks.RepositoryTask
All Implemented Interfaces:
org.codehaus.plexus.taskqueue.Task

public class RepositoryTask
extends Object
implements org.codehaus.plexus.taskqueue.Task

DataRefreshTask - task for discovering changes in the repository and updating all associated data.

Version:
$Id: DataRefreshTask.java 525176 2007-04-03 15:21:33Z joakime $

Constructor Summary
RepositoryTask()
           
 
Method Summary
 boolean equals(Object obj)
           
 long getMaxExecutionTime()
           
 String getRepositoryId()
           
 File getResourceFile()
           
 int hashCode()
           
 boolean isScanAll()
           
 boolean isUpdateRelatedArtifacts()
           
 void setRepositoryId(String repositoryId)
           
 void setResourceFile(File resourceFile)
           
 void setScanAll(boolean scanAll)
           
 void setUpdateRelatedArtifacts(boolean updateRelatedArtifacts)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryTask

public RepositoryTask()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

isScanAll

public boolean isScanAll()

setScanAll

public void setScanAll(boolean scanAll)

getRepositoryId

public String getRepositoryId()

setRepositoryId

public void setRepositoryId(String repositoryId)

getMaxExecutionTime

public long getMaxExecutionTime()
Specified by:
getMaxExecutionTime in interface org.codehaus.plexus.taskqueue.Task

getResourceFile

public File getResourceFile()

setResourceFile

public void setResourceFile(File resourceFile)

isUpdateRelatedArtifacts

public boolean isUpdateRelatedArtifacts()

setUpdateRelatedArtifacts

public void setUpdateRelatedArtifacts(boolean updateRelatedArtifacts)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.