Package org.codice.ddf.commands.platform
Class PlatformCommands
java.lang.Object
org.codice.ddf.commands.platform.PlatformCommands
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
DescribeCommand,EnvListCommand
public abstract class PlatformCommands
extends Object
implements org.apache.karaf.shell.api.action.Action
Parent object to all Platform Commands. Provides common methods and instance variables that
Platform Commands can use.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidoutputErrorMessage(String message) protected voidoutputInfoMessage(String message) protected voidoutputSuccessMessage(String message) protected voidoutputWarningMessage(String message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.karaf.shell.api.action.Action
execute
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
PlatformCommands
public PlatformCommands()
-
-
Method Details
-
outputErrorMessage
-
outputWarningMessage
-
outputInfoMessage
-
outputSuccessMessage
-