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

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

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

ConsumerProcessFileClosure


Field Summary
private  BaseFile basefile
           
private  Map<String,Long> consumerCounts
           
private  Map<String,Long> consumerTimings
           
private  boolean executeOnEntireRepo
           
private  org.slf4j.Logger log
           
 
Constructor Summary
ConsumerProcessFileClosure()
           
 
Method Summary
 void execute(Object input)
           
 BaseFile getBasefile()
           
 org.slf4j.Logger getLogger()
           
 boolean isExecuteOnEntireRepo()
           
 void setBasefile(BaseFile basefile)
           
 void setConsumerCounts(Map<String,Long> consumerCounts)
           
 void setConsumerTimings(Map<String,Long> consumerTimings)
           
 void setExecuteOnEntireRepo(boolean executeOnEntireRepo)
           
 void setLogger(org.slf4j.Logger logger)
           
 
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

basefile

private BaseFile basefile

executeOnEntireRepo

private boolean executeOnEntireRepo

consumerTimings

private Map<String,Long> consumerTimings

consumerCounts

private Map<String,Long> consumerCounts
Constructor Detail

ConsumerProcessFileClosure

public ConsumerProcessFileClosure()
Method Detail

execute

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

getBasefile

public BaseFile getBasefile()

setBasefile

public void setBasefile(BaseFile basefile)

isExecuteOnEntireRepo

public boolean isExecuteOnEntireRepo()

setExecuteOnEntireRepo

public void setExecuteOnEntireRepo(boolean executeOnEntireRepo)

setConsumerTimings

public void setConsumerTimings(Map<String,Long> consumerTimings)

setConsumerCounts

public void setConsumerCounts(Map<String,Long> consumerCounts)

getLogger

public org.slf4j.Logger getLogger()

setLogger

public void setLogger(org.slf4j.Logger logger)


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