public interface FilePredicate
Modifier and Type | Field and Description |
---|---|
static com.google.common.cache.LoadingCache<ClassLoader,List<FilePredicateFactory>> |
ALL_FACTORIES |
Modifier and Type | Method and Description |
---|---|
static FilePredicate |
create(Job.FileFilter filter)
Creates a file predicate from a file filter.
|
java.util.function.Predicate<FileInfo> |
get()
Get the predicate function from the file predicate.
|
static final com.google.common.cache.LoadingCache<ClassLoader,List<FilePredicateFactory>> ALL_FACTORIES
java.util.function.Predicate<FileInfo> get()
static FilePredicate create(Job.FileFilter filter)
filter
- the file filterCopyright © 2023. All Rights Reserved.