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.groupNon-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
Classes in org.anchoranalysis.plugin.io.multifile that implement interfaces with type arguments of type FileDetailsModifier and TypeClassDescriptionclassA collection ofFileDetailsobjects with methods to query their properties.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 TypeMethodDescriptionvoidParsedFilePathBag.add(FileDetails fileDetails) Adds aFileDetailsobject 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.