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, wait
build
public Agent build(String[] args)
build
in interface AgentFactory
public String name()
name
in interface AgentFactory
Copyright © 2017 FOSS Galaxy. All rights reserved.