Class DumpCommand

All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action

public class DumpCommand extends CqlCommands
  • Field Details

    • FILE_PATH

      public static final String FILE_PATH
      See Also:
    • securityLogger

      protected ddf.security.audit.SecurityLogger securityLogger
  • Constructor Details

    • DumpCommand

      public DumpCommand()
    • DumpCommand

      public DumpCommand(DigitalSignature signer)
  • Method Details

    • executeWithSubject

      protected final Object executeWithSubject() throws Exception
      Description copied from class: SubjectCommands
      Executes the command once the user has been properly authorized.
      Specified by:
      executeWithSubject in class SubjectCommands
      Returns:
      result of the command execution
      Throws:
      Exception - if the command failed to run
    • printStatus

      protected void printStatus(long count)
    • getTransformers

      protected List<ddf.catalog.transform.MetacardTransformer> getTransformers()