@Deprecated public interface ActionPreparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
prepare(Action action,
org.apache.felix.service.command.CommandSession session,
List<Object> arguments)
Deprecated.
Check if the arguments are valid for the action and inject the arguments into the fields
of the action
Using deprecated Action for compatiblity
|
boolean prepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> arguments) throws Exception
action - session - arguments - ExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.