Package org.aspectj.bridge
Schnittstelle ICommand
public interface ICommand
Command wrapper with collecting parameter for messages.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanrepeatCommand(IMessageHandler handler) Rerun the command.booleanrunCommand(String[] args, IMessageHandler handler) Run command with the given options.
-
Methodendetails
-
runCommand
Run command with the given options.- Parameter:
args- the String[] options for the commandhandler- the IMessageHandler for all output from the command- Gibt zurück:
- true if the command completed successfully
-
repeatCommand
Rerun the command.- Parameter:
handler- the IMessageHandler for all output from the command- Gibt zurück:
- true if the command completed successfully
-