Schnittstelle ICommandEditor


public interface ICommandEditor
Preprocess command-lines
Autor:
Wes Isberg
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    editCommand(String[] command)
    Edit command being used.
  • Methodendetails

    • editCommand

      String[] editCommand(String[] command)
      Edit command being used.
      Parameter:
      command - the String[] to edit
      Gibt zurück:
      String[] input command if unchanged, or new non-null array of non-null components otherwise