Class VerifyCommand
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opennms.netmgt.ticketer.jira.commands.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
-
-
Constructor Summary
Constructors Constructor Description VerifyCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.lang.ObjectdoExecute()Deprecated.java.lang.Objectexecute()
-
-
-
Method Detail
-
execute
public java.lang.Object execute() throws java.lang.Exception- Specified by:
executein interfaceorg.apache.karaf.shell.api.action.Action- Throws:
java.lang.Exception
-
doExecute
@Deprecated protected final java.lang.Object doExecute() throws java.lang.ExceptionDeprecated.- Specified by:
doExecutein classorg.apache.karaf.shell.console.AbstractAction- Throws:
java.lang.Exception
-
-