Interface ICommandEditor


public interface ICommandEditor
Preprocess command-lines
Author:
Wes Isberg
  • Method Summary

    Modifier and Type
    Method
    Description
    editCommand​(String[] command)
    Edit command being used.
  • Method Details

    • editCommand

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