Class OptionAction

    • Constructor Detail

      • OptionAction

        public OptionAction​(String option,
                            Boolean acceptNotSet)
        Constructor.
        Parameters:
        option - the name of the option. May or may not be prefixed with a namespace (if no namespace is used, the namespace of the current outlet is used).
        acceptNotSet - true if it is acceptable that the option is not set, false if it is an error that the option is not set. null means true.