Class EditorArg


  • public class EditorArg
    extends Object
    Arguments for an editor. Most editors allow for some sort of flag with a value but the connector is up to the program. E.g. "-foo bar" might be one, as might "-foo=bar". You can specify a flag connector value.

    Created by Jeff Gaynor
    on 3/12/21 at 8:12 AM

    • Constructor Detail

      • EditorArg

        public EditorArg()
    • Method Detail

      • hasConnector

        public boolean hasConnector()
      • hasValue

        public boolean hasValue()