Uses of Interface
org.anchoranalysis.io.output.outputter.InputOutputContext
Packages that use InputOutputContext
Package
Description
Classes for outputting to particular directories.
-
Uses of InputOutputContext in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return InputOutputContextModifier and TypeMethodDescriptionGets (from the cache if it's already there) a context for a subdirectory of given-namedefault InputOutputContextInputOutputContext.maybeSubdirectory(Optional<String> subdirectoryName, boolean inheritOutputRulesAndRecording) Optionally creates a new context like withsubdirectory(java.lang.String, boolean)but only if a directory-name is defineddefault InputOutputContextInputOutputContext.subdirectory(String subdirectoryName, boolean inheritOutputRulesAndRecording) Creates a new context that writes instead to a subdirectory.Constructors in org.anchoranalysis.io.output.outputter with parameters of type InputOutputContextModifierConstructorDescriptionInputOutputContextSubdirectoryCache(InputOutputContext parentContext, boolean inheritOutputRulesAndRecording) Creates a newInputOutputContextSubdirectoryCacheinstance.