@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.
|
boolean prepare(Action action, org.apache.felix.service.command.CommandSession session, List<Object> arguments) throws Exception
action - The action to perform.session - The command session to use.arguments - The action arguments.Exception - In case of preparation failure.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.