org.apache.maven.archiva.repository.scanner.functors
Class ConsumerWantsFilePredicate
java.lang.Object
org.apache.maven.archiva.repository.scanner.functors.ConsumerWantsFilePredicate
- All Implemented Interfaces:
- org.apache.commons.collections.Predicate
public class ConsumerWantsFilePredicate
- extends java.lang.Object
- implements org.apache.commons.collections.Predicate
ConsumerWantsFilePredicate
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerWantsFilePredicate
public ConsumerWantsFilePredicate()
evaluate
public boolean evaluate(java.lang.Object object)
- Specified by:
evaluate in interface org.apache.commons.collections.Predicate
getBasefile
public org.apache.maven.archiva.common.utils.BaseFile getBasefile()
getWantedFileCount
public int getWantedFileCount()
isCaseSensitive
public boolean isCaseSensitive()
setBasefile
public void setBasefile(org.apache.maven.archiva.common.utils.BaseFile basefile)
setCaseSensitive
public void setCaseSensitive(boolean isCaseSensitive)
setChangesSince
public void setChangesSince(long changesSince)