public class ArgsCruncher extends Object implements IFunctor<IArgs>
IArgs based on
instructions it receives.
-input -- args The initial args we are working on. The arguments are manipulated in place. -- instructions The instructions that are applied to "args" (in order of execution) --- remove TheIArgssubstructure that gets removed --- set TheIArgssubstructure that gets simply set --- expand TheIArgssubstructure that gets expanded
| Constructor and Description |
|---|
ArgsCruncher() |
public IArgs perform(IFunctorCall call) throws FunctorInvocationException
IFunctorperform in interface IFunctor<IArgs>call - The call contextFunctorInvocationException - An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.