anchor-io-input 0.2.1 API

Packages 
Package Description
org.anchoranalysis.io.input
Classes relating to creating inputs for an experiment / task.
org.anchoranalysis.io.input.bean
Beans related to collecting inputs from the file-system for an experiment.
org.anchoranalysis.io.input.bean.dictionary
Methods to provide a Dictionary.
org.anchoranalysis.io.input.bean.files
Methods to provide a collection of Files.
org.anchoranalysis.io.input.bean.grouper
Determines how inputs are aggregated into groups, if at all.
org.anchoranalysis.io.input.bean.namer
Beans to derive names (compact unique identifiers) from files.
org.anchoranalysis.io.input.bean.path
Beans pertaining to manipulating and matching against file-paths.
org.anchoranalysis.io.input.bean.path.matcher
Beans to find a subset of files that match a particular conditions on their paths.
org.anchoranalysis.io.input.bean.path.provider
Methods to provide a single file-path.
org.anchoranalysis.io.input.csv
Classes for reading comma-separated-values (CSV) files.
org.anchoranalysis.io.input.file
Non-bean classes that relate to using files during inputting.
org.anchoranalysis.io.input.grouper
Non-bean classes pertaining grouping inputs.
org.anchoranalysis.io.input.path
Non-bean classes pertaining to getting/extracting/manipulating paths as used in inputting.
org.anchoranalysis.io.input.path.matcher
Non-bean classes to help with org.anchoranalysis.io.input.bean.path.matcher.