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 TypeClassDescriptionclassOutputs an incrementing number for each output that occurs. -
Uses of PathPrefixerAvoidResolve in org.anchoranalysis.plugin.io.bean.file.path.prefixer
Modifier and TypeClassDescriptionclassReuses the directories between a path and its root to form the output - and also the filename.classThe prefixer uses a combination of a out-path-prefix and the descriptive-name of inputs to create an output prefix.classMultiplexes between twoPathPrefixers depending on whether an incrementing number sequence was output was requested.classLooks for the last directory-name, and removes it in favour of using it as a prefix on a filenameclassMatches 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 TypeMethodDescriptionvoidLastDirectoryAsPrefix.setPrefixer(PathPrefixerAvoidResolve prefixer) voidRooted.setPrefixer(PathPrefixerAvoidResolve prefixer) voidIfIncrementingNumberRequested.setPrefixerElse(PathPrefixerAvoidResolve prefixerElse) Called if the requested condition is not true.voidIfIncrementingNumberRequested.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 newRootedinstance.