Class WithoutOutputNameStyle
Object
OutputNameStyle
WithoutOutputNameStyle
- All Implemented Interfaces:
Serializable
Avoids including an output-name in the filename.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeep copy the current object.The filename to be written, including prefix, suffix, etc. but excluding extension (and any period before the extension).Methods inherited from class org.anchoranalysis.io.output.namestyle.OutputNameStyle
getOutputName, setOutputName
-
Constructor Details
-
WithoutOutputNameStyle
Creates with an output-name.- Parameters:
outputName
- an identifier used in rules to determine if an output is enabled or not.
-
-
Method Details
-
filenameWithoutExtension
Description copied from class:OutputNameStyle
The filename to be written, including prefix, suffix, etc. but excluding extension (and any period before the extension).- Specified by:
filenameWithoutExtension
in classOutputNameStyle
- Returns:
- the filename (without an extension, including without the period before the extension), if one is defined. If one is not defined, the output is expected to occur without any filename.
-
duplicate
Description copied from class:OutputNameStyle
Deep copy the current object.- Specified by:
duplicate
in classOutputNameStyle
- Returns:
- a newly created copy.
-