Class WithoutOutputNameStyle

Object
org.anchoranalysis.io.output.namestyle.OutputNameStyle
org.anchoranalysis.io.output.namestyle.WithoutOutputNameStyle
All Implemented Interfaces:
Serializable

public class WithoutOutputNameStyle
extends OutputNameStyle
Avoids including an output-name in the filename.
Author:
Owen Feehan
See Also:
Serialized Form
  • Constructor Details

    • WithoutOutputNameStyle

      public WithoutOutputNameStyle​(String outputName)
      Creates with an output-name.
      Parameters:
      outputName - an identifier used in rules to determine if an output is enabled or not.
  • Method Details