Uses of Class
org.nuxeo.common.utils.FileNamePattern
Package
Description
Various utility classes used for managing paths, jars, strings, files, etc.
-
Uses of FileNamePattern in org.nuxeo.common.utils
Modifier and TypeMethodDescriptionstatic void
FileUtils.collectFiles
(File root, FileNamePattern pattern, List<File> result) -
Uses of FileNamePattern in org.nuxeo.osgi.application
Modifier and TypeMethodDescriptionprotected boolean
BundleWalker.acceptFile
(String fileName, FileNamePattern[] patterns) void
ApplicationLoader.setPatterns
(FileNamePattern[] patterns) -
Uses of FileNamePattern in org.nuxeo.runtime.deployment.preprocessor.install.commands
ModifierConstructorDescriptionAppendCommand
(Path src, Path dst, boolean addNewLine, FileNamePattern pattern)