Class CommandLine.Help.DefaultParamLabelRenderer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String separator
      The string to use to separate option parameters from their options.
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultParamLabelRenderer​(java.lang.String separator)
      Constructs a new DefaultParamLabelRenderer with the specified separator string.
    • Field Detail

      • separator

        public final java.lang.String separator
        The string to use to separate option parameters from their options.
    • Constructor Detail

      • DefaultParamLabelRenderer

        public DefaultParamLabelRenderer​(java.lang.String separator)
        Constructs a new DefaultParamLabelRenderer with the specified separator string.