Interface SpecialCommand
-
- All Known Implementing Classes:
LegacyCommandContainer.LegacyCommand,OperationCommandContainer.OperationCommand
public interface SpecialCommandThis interface, implemented by legacy and operator container allows to convey the part of the command cleaned from operators and other commands. It is called prior to execute the command and parsed by the legacy CommandContext parser.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLine()
-
-
-
Method Detail
-
getLine
String getLine()
-
-