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 voidFileUtils. 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_PATTERNSMethods 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 booleanBundleWalker. acceptFile(String fileName, FileNamePattern[] patterns)voidApplicationLoader. 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 FileNamePatternAppendCommand. patternConstructors in org.nuxeo.runtime.deployment.preprocessor.install.commands with parameters of type FileNamePattern Constructor Description AppendCommand(Path src, Path dst, boolean addNewLine, FileNamePattern pattern)
-