Class Command
- java.lang.Object
-
- org.ikasan.cli.shell.noninteractive.Command
-
public class Command extends java.lang.ObjectNon-interactive command class.- Author:
- Ikasan Developmnent Team
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNON_INTERACTIVE_PREFIX
-
Constructor Summary
Constructors Constructor Description Command()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetNonInterative(java.lang.String command)Return the non-interactive version of the command if this is a non-interactive version.
-