Package cbsw

Class Command


  • public class Command
    extends AbstractCommand

    This class encapsulates a static method invoked through Java reflection.

    • Constructor Detail

      • Command

        public Command()
    • Method Detail

      • go

        public void go()
                throws java.lang.Exception

        Parses, calls and handles reponses for a command.

        Use Java reflection to call the static exec method of the target class. Allows multiple groups of target method args that are applied repeatedly to the same method.

        Specified by:
        go in class AbstractCommand
        Throws:
        java.lang.Exception - The exception