This project has retired. For details please refer to its Attic page.
TriggerBeginScanClosure

org.apache.maven.archiva.repository.scanner.functors
Class TriggerBeginScanClosure

Package class diagram package TriggerBeginScanClosure
java.lang.Object
  extended by org.apache.maven.archiva.repository.scanner.functors.TriggerBeginScanClosure
All Implemented Interfaces:
org.apache.commons.collections.Closure

public class TriggerBeginScanClosure
extends java.lang.Object
implements org.apache.commons.collections.Closure

TriggerBeginScanClosure


Constructor Summary
TriggerBeginScanClosure(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repository)
           
TriggerBeginScanClosure(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repository, java.util.Date whenGathered)
           
TriggerBeginScanClosure(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repository, java.util.Date whenGathered, boolean executeOnEntireRepo)
           
 
Method Summary
 void execute(java.lang.Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriggerBeginScanClosure

public TriggerBeginScanClosure(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repository)

TriggerBeginScanClosure

public TriggerBeginScanClosure(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repository,
                               java.util.Date whenGathered)

TriggerBeginScanClosure

public TriggerBeginScanClosure(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repository,
                               java.util.Date whenGathered,
                               boolean executeOnEntireRepo)
Method Detail

execute

public void execute(java.lang.Object input)
Specified by:
execute in interface org.apache.commons.collections.Closure