Class OutputPatternStringSuffix

Object
OutputPattern
OutputPatternStringSuffix

public class OutputPatternStringSuffix extends OutputPattern
A OutputPattern that outputs a file-name with a trailing string index.
Author:
Owen Feehan
  • Constructor Details

    • OutputPatternStringSuffix

      public OutputPatternStringSuffix(String outputName, boolean suppressSubdirectory)
      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

      public OutputPatternStringSuffix(String outputName, boolean suppressSubdirectory, String prefix)
      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