Uses of Class
org.anchoranalysis.bean.primitive.StringList
Packages that use StringList
Package
Description
Beans that implement collections of primitive element types, as well as
String.Methods to provide a collection of
Files.-
Uses of StringList in org.anchoranalysis.bean.primitive
Methods in org.anchoranalysis.bean.primitive that return StringList -
Uses of StringList in org.anchoranalysis.io.input.bean.files
Methods in org.anchoranalysis.io.input.bean.files that return StringListModifier and TypeMethodDescriptionSpecificPathList.getListPaths()If specified, this forms the list of paths which is provided as input.Methods in org.anchoranalysis.io.input.bean.files with parameters of type StringListModifier and TypeMethodDescriptionvoidSpecificPathList.setListPaths(StringList listPaths) If specified, this forms the list of paths which is provided as input.Constructors in org.anchoranalysis.io.input.bean.files with parameters of type StringListModifierConstructorDescriptionSpecificPathList(StringList listPaths) Creates by reusing an existing list.