Class VerifyCommand

  • All Implemented Interfaces:
    org.apache.felix.gogo.commands.Action, org.apache.karaf.shell.api.action.Action, org.apache.karaf.shell.commands.Action, org.apache.karaf.shell.console.BundleContextAware

    public class VerifyCommand
    extends org.apache.karaf.shell.console.OsgiCommandSupport
    implements org.apache.karaf.shell.api.action.Action
    • Field Summary

      • Fields inherited from class org.apache.karaf.shell.console.OsgiCommandSupport

        bundleContext, usedReferences
      • Fields inherited from class org.apache.karaf.shell.console.AbstractAction

        log, session
    • Constructor Summary

      Constructors 
      Constructor Description
      VerifyCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected java.lang.Object doExecute()
      Deprecated.
      java.lang.Object execute()  
      • Methods inherited from class org.apache.karaf.shell.console.OsgiCommandSupport

        execute, getAllServices, getAllServices, getBundleContext, getService, getService, setBundleContext, ungetServices
      • Methods inherited from class org.apache.karaf.shell.console.AbstractAction

        checkInterrupted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerifyCommand

        public VerifyCommand()
    • Method Detail

      • execute

        public java.lang.Object execute()
                                 throws java.lang.Exception
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action
        Throws:
        java.lang.Exception
      • doExecute

        @Deprecated
        protected final java.lang.Object doExecute()
                                            throws java.lang.Exception
        Deprecated.
        Specified by:
        doExecute in class org.apache.karaf.shell.console.AbstractAction
        Throws:
        java.lang.Exception