Class OutputPatternStringSuffix
Object
OutputPattern
OutputPatternStringSuffix
A
OutputPattern
that outputs a file-name with a trailing string index.- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsConstructorDescriptionOutputPatternStringSuffix
(String outputName, boolean suppressSubdirectory) Creates without a prefix.OutputPatternStringSuffix
(String outputName, boolean suppressSubdirectory, String prefix) Creates with a prefix. -
Method Summary
Methods inherited from class org.anchoranalysis.io.generator.sequence.pattern.OutputPattern
getOutputNameStyle, getSubdirectoryName, isSelective
-
Constructor Details
-
OutputPatternStringSuffix
Creates without a prefix.- Parameters:
outputName
- the output-name to use, which also determines the subdirectory name if it is not suppressed.suppressSubdirectory
- if true, a separate subdirectory is not created, and rather the outputs occur in the parent directory.
-
OutputPatternStringSuffix
Creates with a prefix.- Parameters:
outputName
- the output-name to use, which also determines the subdirectory name if it is not suppressed.suppressSubdirectory
- if true, a separate subdirectory is not created, and rather the outputs occur in the parent directory.prefix
- a string that appears before the index in each outputted filename
-