Uses of Class
org.anchoranalysis.plugin.io.multifile.FileDetails
Packages that use FileDetails
Package
Description
Parsing file-paths to determine file-grouping in
org.anchoranalysis.plugin.io.bean.file.group
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 -
Uses of FileDetails in org.anchoranalysis.plugin.io.multifile
Methods in org.anchoranalysis.plugin.io.multifile that return types with arguments of type FileDetailsMethods in org.anchoranalysis.plugin.io.multifile with parameters of type FileDetailsModifier and TypeMethodDescriptionvoid
ParsedFilePathBag.add
(FileDetails fileDetails) Adds aFileDetails
object to the collection.Method parameters in org.anchoranalysis.plugin.io.multifile with type arguments of type FileDetailsModifier and TypeMethodDescriptionParsedFilePathBag.getMin
(Function<FileDetails, Optional<Integer>> func) Gets the minimum value obtained by applying a function to allFileDetails
.