Uses of Class
org.anchoranalysis.plugin.io.multifile.FileDetails
| Package | Description |
|---|---|
| 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.multifile |
Non-bean classes to help use multiple files to represent a single
Stack. |
-
Uses of FileDetails in org.anchoranalysis.plugin.io.bean.file.group.parser
Methods in org.anchoranalysis.plugin.io.bean.file.group.parser that return types with arguments of type FileDetails Modifier and Type Method Description abstract Optional<FileDetails>FilePathParser. parsePath(Path path)Optional<FileDetails>RegularExpression. parsePath(Path path) -
Uses of FileDetails in org.anchoranalysis.plugin.io.multifile
Methods in org.anchoranalysis.plugin.io.multifile that return types with arguments of type FileDetails Modifier and Type Method Description Iterator<FileDetails>ParsedFilePathBag. iterator()Methods in org.anchoranalysis.plugin.io.multifile with parameters of type FileDetails Modifier and Type Method Description voidParsedFilePathBag. add(FileDetails fileDetails)Method parameters in org.anchoranalysis.plugin.io.multifile with type arguments of type FileDetails Modifier and Type Method Description Optional<Integer>ParsedFilePathBag. getMin(Function<FileDetails,Optional<Integer>> func)