Uses of Class
org.anchoranalysis.plugin.io.bean.file.group.parser.FilePathParser
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.bean.file.group |
Grouping files together so that they collectively represent a single entity.
|
| org.anchoranalysis.plugin.io.bean.file.group.parser |
Parsing file-paths to determine file-grouping in
org.anchoranalysis.plugin.io.bean.file.group |
| org.anchoranalysis.plugin.io.bean.stack.reader |
Implementations of
StackReader. |
-
Uses of FilePathParser in org.anchoranalysis.plugin.io.bean.file.group
Methods in org.anchoranalysis.plugin.io.bean.file.group that return FilePathParser Modifier and Type Method Description FilePathParserGroupFiles. getPathParser()Methods in org.anchoranalysis.plugin.io.bean.file.group with parameters of type FilePathParser Modifier and Type Method Description voidGroupFiles. setPathParser(FilePathParser pathParser) -
Uses of FilePathParser in org.anchoranalysis.plugin.io.bean.file.group.parser
Subclasses of FilePathParser in org.anchoranalysis.plugin.io.bean.file.group.parser Modifier and Type Class Description classRegularExpression -
Uses of FilePathParser in org.anchoranalysis.plugin.io.bean.stack.reader
Methods in org.anchoranalysis.plugin.io.bean.stack.reader that return FilePathParser Modifier and Type Method Description FilePathParserMultiFileReader. getFilePathParser()Methods in org.anchoranalysis.plugin.io.bean.stack.reader with parameters of type FilePathParser Modifier and Type Method Description voidMultiFileReader. setFilePathParser(FilePathParser filePathParser)