Package org.jboss.as.cli.operation
Interface OperationRequestHeader
-
- All Known Implementing Classes:
RolloutPlanRequestHeader
public interface OperationRequestHeader- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandLineCompletergetCompleter()StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
getCompleter
CommandLineCompleter getCompleter()
-
-