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

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

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

TriggerBeginScanClosure


Field Summary
private  boolean executeOnEntireRepo
           
private  org.slf4j.Logger log
           
private  ManagedRepository repository
           
private  Date whenGathered
           
 
Constructor Summary
TriggerBeginScanClosure(ManagedRepository repository)
           
TriggerBeginScanClosure(ManagedRepository repository, Date whenGathered)
           
TriggerBeginScanClosure(ManagedRepository repository, Date whenGathered, boolean executeOnEntireRepo)
           
 
Method Summary
 void execute(Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.slf4j.Logger log

repository

private ManagedRepository repository

whenGathered

private Date whenGathered

executeOnEntireRepo

private boolean executeOnEntireRepo
Constructor Detail

TriggerBeginScanClosure

public TriggerBeginScanClosure(ManagedRepository repository)

TriggerBeginScanClosure

public TriggerBeginScanClosure(ManagedRepository repository,
                               Date whenGathered)

TriggerBeginScanClosure

public TriggerBeginScanClosure(ManagedRepository repository,
                               Date whenGathered,
                               boolean executeOnEntireRepo)
Method Detail

execute

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


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.