Class BaseObjectOption

    • Constructor Detail

      • BaseObjectOption

        protected BaseObjectOption​(OptionManager owner,
                                   String commandline,
                                   String property,
                                   Object defValue)
        Initializes the option. Will always output the default value.
        Parameters:
        owner - the owner of this option
        commandline - the commandline string to identify the option
        property - the name of bean property
        defValue - the default value, if null then the owner's current state is used