public class FunctionBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionBuilder.MethodCall |
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> |
builder |
| Constructor and Description |
|---|
FunctionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Function[] |
create(Object owner,
Class<? extends Annotation> ann) |
Function |
create(Object owner,
Method method) |
Function[] |
create(Object owner,
xyz.cofe.collection.Predicate<Method> mfilter) |
xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> |
getBuilder() |
CommandLineMachine |
getCmdMachine() |
void |
setBuilder(xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> builder) |
void |
setCmdMachine(CommandLineMachine cmdMachine) |
protected xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> builder
public CommandLineMachine getCmdMachine()
public void setCmdMachine(CommandLineMachine cmdMachine)
public xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> getBuilder()
public void setBuilder(xyz.cofe.collection.Func3<Function,CommandLineMachine,Object,Method> builder)
public Function[] create(Object owner, Class<? extends Annotation> ann)
Copyright © 2017. All rights reserved.