Uses of Class
org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixerAvoidResolve
Packages that use PathPrefixerAvoidResolve
Package
Description
Beans for generating paths for outputting files by adding a prefix, suffix etc.
Implementations of
PathPrefixer
.-
Uses of PathPrefixerAvoidResolve in org.anchoranalysis.io.output.bean.path.prefixer
Subclasses of PathPrefixerAvoidResolve in org.anchoranalysis.io.output.bean.path.prefixerModifier and TypeClassDescriptionclass
Outputs an incrementing number for each output that occurs. -
Uses of PathPrefixerAvoidResolve in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Modifier and TypeClassDescriptionclass
Reuses the directories between a path and its root to form the output - and also the filename.class
The prefixer uses a combination of a out-path-prefix and the descriptive-name of inputs to create an output prefix.class
Multiplexes between twoPathPrefixer
s depending on whether an incrementing number sequence was output was requested.class
Looks for the last directory-name, and removes it in favour of using it as a prefix on a filenameclass
Matches a regex against incoming file-paths to form a prefix for outputMethods in org.anchoranalysis.plugin.io.bean.file.path.prefixer that return PathPrefixerAvoidResolveModifier and TypeMethodDescriptionLastDirectoryAsPrefix.getPrefixer()
Rooted.getPrefixer()
IfIncrementingNumberRequested.getPrefixerElse()
Called if the requested condition is not true.IfIncrementingNumberRequested.getPrefixerIf()
Called if the requested condition is true.Methods in org.anchoranalysis.plugin.io.bean.file.path.prefixer with parameters of type PathPrefixerAvoidResolveModifier and TypeMethodDescriptionvoid
LastDirectoryAsPrefix.setPrefixer
(PathPrefixerAvoidResolve prefixer) void
Rooted.setPrefixer
(PathPrefixerAvoidResolve prefixer) void
IfIncrementingNumberRequested.setPrefixerElse
(PathPrefixerAvoidResolve prefixerElse) Called if the requested condition is not true.void
IfIncrementingNumberRequested.setPrefixerIf
(PathPrefixerAvoidResolve prefixerIf) Called if the requested condition is true.Constructors in org.anchoranalysis.plugin.io.bean.file.path.prefixer with parameters of type PathPrefixerAvoidResolveModifierConstructorDescriptionRooted
(PathPrefixerAvoidResolve prefixer, String rootName) Creates a newRooted
instance.