Class AbstractCommand

    • Constructor Detail

      • AbstractCommand

        public AbstractCommand()
    • Method Detail

      • compose

        public final java.lang.String compose()
        Description copied from interface: Command
        composes the final command and returns it as String.
        Specified by:
        compose in interface Command
        Specified by:
        compose in interface JMadExecutable
        Returns:
        the total Command-String.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getParameters

        public java.util.List<Parameter> getParameters()
        this may be overridden if the command has parameters.
        Specified by:
        getParameters in interface Command
        Returns:
        all the parameter for the command