public class DeletedFilter extends java.lang.Object implements Filter<ExtensionsFile>
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
DeletedFilter()
Create a new filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(ExtensionsFile xtFile)
Evaluate if the given object should pass the filter or not.
|
public boolean evaluate(ExtensionsFile xtFile)
Filter
evaluate
in interface Filter<ExtensionsFile>
xtFile
- The object to evaluate