Interface ExternalCommandWithOptions

    • Method Detail

      • setOptions

        void setOptions​(List<String> value)
        Sets the options for the command.
        Parameters:
        value - the options
      • setOptions

        void setOptions​(String[] value)
        Sets the options for the command.
        Parameters:
        value - the options
      • setOptions

        void setOptions​(BaseString[] value)
        Sets the options for the command.
        Parameters:
        value - the options
      • getOptions

        BaseString[] getOptions()
        Returns the options for the command.
        Returns:
        the options
      • optionsTipText

        String optionsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setOptionsString

        void setOptionsString​(String value)
        Sets the options for the command.
        Parameters:
        value - the options
      • setOptionsString

        void setOptionsString​(BaseText value)
        Sets the options for the command.
        Parameters:
        value - the options
      • getOptionsString

        BaseText getOptionsString()
        Returns the options for the command as single string.
        Returns:
        the options
      • optionsStringTipText

        String optionsStringTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getActualOptions

        String[] getActualOptions()
        Returns the actual options to use. The options string takes precendence over the array.
        Returns:
        the options