@Deprecated public class SimpleCommand extends AbstractCommand
Function which creates Action based on a class name.| Constructor and Description |
|---|
SimpleCommand()
Deprecated.
|
SimpleCommand(Class<? extends Action> actionClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
createNewAction()
Deprecated.
|
static org.osgi.framework.ServiceRegistration |
export(org.osgi.framework.BundleContext context,
Class<? extends Action> actionClass)
Deprecated.
|
Class<? extends Action> |
getActionClass()
Deprecated.
|
void |
setActionClass(Class<? extends Action> actionClass)
Deprecated.
|
execute, getPreparator, releaseActionpublic Class<? extends Action> getActionClass()
getActionClass in interface CommandWithActiongetActionClass in class AbstractCommandpublic Action createNewAction()
createNewAction in interface CommandWithActioncreateNewAction in class AbstractCommandCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.