Uses of Class
org.nuxeo.common.utils.FileNamePattern
-
Packages that use FileNamePattern Package Description org.nuxeo.common.utils Various utility classes used for managing paths, jars, strings, files, etc.org.nuxeo.osgi.application org.nuxeo.runtime.deployment.preprocessor.install.commands -
-
Uses of FileNamePattern in org.nuxeo.common.utils
Methods in org.nuxeo.common.utils with parameters of type FileNamePattern Modifier and Type Method Description static 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 FileNamePattern Modifier and Type Field Description static FileNamePattern[]
BundleWalker. DEFAULT_PATTERNS
Methods in org.nuxeo.osgi.application that return FileNamePattern Modifier and Type Method Description FileNamePattern[]
ApplicationLoader. getPatterns()
Methods in org.nuxeo.osgi.application with parameters of type FileNamePattern Modifier and Type Method Description protected boolean
BundleWalker. acceptFile(String fileName, FileNamePattern[] patterns)
void
ApplicationLoader. setPatterns(FileNamePattern[] patterns)
Constructors in org.nuxeo.osgi.application with parameters of type FileNamePattern Constructor Description BundleWalker(BundleWalker.Callback cb, FileNamePattern[] patterns)
-
Uses of FileNamePattern in org.nuxeo.runtime.deployment.preprocessor.install.commands
Fields in org.nuxeo.runtime.deployment.preprocessor.install.commands declared as FileNamePattern Modifier and Type Field Description protected FileNamePattern
AppendCommand. pattern
Constructors in org.nuxeo.runtime.deployment.preprocessor.install.commands with parameters of type FileNamePattern Constructor Description AppendCommand(Path src, Path dst, boolean addNewLine, FileNamePattern pattern)
-