public class ConsumerProcessFileClosure extends Object implements org.apache.commons.collections.Closure
| Modifier and Type | Field and Description | 
|---|---|
private BaseFile | 
basefile  | 
private Map<String,Long> | 
consumerCounts  | 
private Map<String,Long> | 
consumerTimings  | 
private boolean | 
executeOnEntireRepo  | 
private org.slf4j.Logger | 
log  | 
| Constructor and Description | 
|---|
ConsumerProcessFileClosure()  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
private org.slf4j.Logger log
private boolean executeOnEntireRepo
private Map<String,Long> consumerTimings
private Map<String,Long> consumerCounts
public ConsumerProcessFileClosure()
public void execute(Object input)
execute in interface org.apache.commons.collections.Closurepublic BaseFile getBasefile()
public void setBasefile(BaseFile basefile)
public boolean isExecuteOnEntireRepo()
public void setExecuteOnEntireRepo(boolean executeOnEntireRepo)
public void setConsumerTimings(Map<String,Long> consumerTimings)
public void setConsumerCounts(Map<String,Long> consumerCounts)
public org.slf4j.Logger getLogger()
public void setLogger(org.slf4j.Logger logger)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.