Class IncrementingNumber

Object
org.anchoranalysis.bean.AnchorBean<PathPrefixer>

public class IncrementingNumber
extends PathPrefixerAvoidResolve
Outputs an incrementing number for each output that occurs.

The sequence begins with 0 and increments always by 1.

This number is independent of the input file-name and occurs only by whatever sequential order occurs with calls to outFilePrefixFromPath(org.anchoranalysis.io.output.path.prefixer.NamedPath, java.nio.file.Path, org.anchoranalysis.io.output.path.prefixer.PathPrefixerContext).

Author:
Owen Feehan