Class AssignCommand

    • Constructor Detail

      • AssignCommand

        public AssignCommand()
        Constructor for resetting the echo to terminal
      • AssignCommand

        public AssignCommand​(java.io.File file)
        Constructor to redirect echo for commands value, show and print to a specific file.
        Parameters:
        file - the file to which to redirect the output.
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Command
        has to be implemented in order to return the name of the command (keyword);
        Returns:
        the name of the command (MadX keyword)