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 Details

  • Constructor Details

    • PlatformCommands

      public PlatformCommands()
  • Method Details

    • outputErrorMessage

      protected void outputErrorMessage(String message)
    • outputWarningMessage

      protected void outputWarningMessage(String message)
    • outputInfoMessage

      protected void outputInfoMessage(String message)
    • outputSuccessMessage

      protected void outputSuccessMessage(String message)