Uses of Class
org.nuxeo.common.utils.FileNamePattern
Packages that use FileNamePattern
Package
Description
Various utility classes used for managing paths, jars, strings, files, etc.
-
Uses of FileNamePattern in org.nuxeo.common.utils
Methods in org.nuxeo.common.utils with parameters of type FileNamePatternModifier and TypeMethodDescriptionstatic void
FileUtils.collectFiles
(File root, FileNamePattern pattern, List<File> result) -
Uses of FileNamePattern in org.nuxeo.osgi.application
Fields in org.nuxeo.osgi.application declared as FileNamePatternMethods in org.nuxeo.osgi.application that return FileNamePatternMethods in org.nuxeo.osgi.application with parameters of type FileNamePatternModifier and TypeMethodDescriptionprotected boolean
BundleWalker.acceptFile
(String fileName, FileNamePattern[] patterns) void
ApplicationLoader.setPatterns
(FileNamePattern[] patterns) Constructors in org.nuxeo.osgi.application with parameters of type FileNamePattern -
Uses of FileNamePattern in org.nuxeo.runtime.deployment.preprocessor.install.commands
Fields in org.nuxeo.runtime.deployment.preprocessor.install.commands declared as FileNamePatternConstructors in org.nuxeo.runtime.deployment.preprocessor.install.commands with parameters of type FileNamePatternModifierConstructorDescriptionAppendCommand
(Path src, Path dst, boolean addNewLine, FileNamePattern pattern)