Uses of Package
org.anchoranalysis.io.output.recorded
| Package | Description |
|---|---|
| org.anchoranalysis.io.output.bean |
Beans for the framework around writing files to the file-system.
|
| org.anchoranalysis.io.output.outputter |
Classes for outputting to particular directories.
|
| org.anchoranalysis.io.output.recorded |
Classes for recording the output-names used as they are written / queried.
|
-
Classes in org.anchoranalysis.io.output.recorded used by org.anchoranalysis.io.output.bean Class Description RecordedOutputsWithRules Rules to determine what outputting occurs, together with maybe an entity that records the output-names that are used when writing / querying. -
Classes in org.anchoranalysis.io.output.recorded used by org.anchoranalysis.io.output.outputter Class Description MultiLevelRecordedOutputs LikeRecordedOutputsbut accepts two levels, first and second, like in aMultiLevelRecordedOutputs.RecordingWriters Two writers that record any output-names that are passed as arguments. -
Classes in org.anchoranalysis.io.output.recorded used by org.anchoranalysis.io.output.recorded Class Description MultiLevelRecordedOutputs LikeRecordedOutputsbut accepts two levels, first and second, like in aMultiLevelRecordedOutputs.OutputEnabledDelta Additional output-names to enable or disable from an existing set of output-enabled rules.RecordedOutputs Outputs recorded fromRecordOutputNamesForWriter.