public class ConsumerWantsFilePredicate extends Object implements org.apache.commons.collections4.Predicate<RepositoryContentConsumer>
Constructor and Description |
---|
ConsumerWantsFilePredicate()
Deprecated.
use constructor with ManagedRepository
|
ConsumerWantsFilePredicate(ManagedRepository managedRepository) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(RepositoryContentConsumer object) |
BaseFile |
getBasefile() |
int |
getWantedFileCount() |
boolean |
isCaseSensitive() |
void |
setBasefile(BaseFile basefile) |
void |
setCaseSensitive(boolean isCaseSensitive) |
void |
setChangesSince(long changesSince) |
public ConsumerWantsFilePredicate()
public ConsumerWantsFilePredicate(ManagedRepository managedRepository)
public boolean evaluate(RepositoryContentConsumer object)
evaluate
in interface org.apache.commons.collections4.Predicate<RepositoryContentConsumer>
public BaseFile getBasefile()
public int getWantedFileCount()
public boolean isCaseSensitive()
public void setBasefile(BaseFile basefile)
public void setCaseSensitive(boolean isCaseSensitive)
public void setChangesSince(long changesSince)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.