Uses of Class
org.apache.juneau.cp.FileFinder.Builder
Packages that use FileFinder.Builder
-
Uses of FileFinder.Builder in org.apache.juneau.cp
Methods in org.apache.juneau.cp that return FileFinder.BuilderModifier and TypeMethodDescriptionFileFinder.Builder.caching
(long cachingLimit) Enables in-memory caching of files for quicker retrieval.Adds a class subpackage to the lookup paths.static FileFinder.Builder
FileFinder.create()
Static creator.static FileFinder.Builder
Static creator.Adds a file system directory to the lookup paths.Specifies the regular expression file name pattern to use to exclude files from being retrieved from the file source.Specifies the regular expression file name patterns to use to include files being retrieved from the file source.Adds a file system directory to the lookup paths.Constructors in org.apache.juneau.cp with parameters of type FileFinder.BuilderModifierConstructorDescriptionBasicFileFinder
(FileFinder.Builder builder) Builder-based constructor.