public class MethodFactory extends Object implements AgentFactory
| Constructor and Description |
|---|
MethodFactory(Class<?> clazz,
Method method,
Function<String,?>[] converters) |
MethodFactory(Class<?> clazz,
Method method,
Function<String,?>[] converters,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
build(String[] args) |
String |
name() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbuildpublic Agent build(String[] args)
build in interface AgentFactorypublic String name()
name in interface AgentFactoryCopyright © 2017 FOSS Galaxy. All rights reserved.