Class CommandLineOptions

  • All Implemented Interfaces:
    Options

    public class CommandLineOptions
    extends java.lang.Object
    implements Options
    • Field Detail

      • help

        protected boolean help
      • configLocations

        protected java.util.List<java.lang.String> configLocations
      • jsonOverwrite

        protected boolean jsonOverwrite
      • jsonOutputFile

        protected java.io.File jsonOutputFile
      • spelFilter

        protected java.util.List<java.lang.String> spelFilter
      • parallelism

        protected int parallelism
      • unimplementedStepsFatal

        protected boolean unimplementedStepsFatal
      • awaitTerminationSeconds

        protected java.lang.Long awaitTerminationSeconds
      • timeoutInMinutes

        protected java.lang.Long timeoutInMinutes
      • jobPoolPollIntervalMs

        protected long jobPoolPollIntervalMs
      • martiniGateMonitorPollTimeout

        protected long martiniGateMonitorPollTimeout
    • Constructor Detail

      • CommandLineOptions

        public CommandLineOptions()