org.aspectj.tools.ant.taskdefs
Interface ICommandEditor


public interface ICommandEditor

Preprocess command-lines


Method Summary
 java.lang.String[] editCommand(java.lang.String[] command)
          Edit command being used.
 

Method Detail

editCommand

java.lang.String[] editCommand(java.lang.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