public class AgentFactory extends Object
AbstractAgent objects based on given
AgentConfiguration.| Modifier and Type | Method and Description |
|---|---|
static AbstractAgent |
create(AgentConfiguration configuration)
Creates a new agent instance from the given
AgentConfiguration. |
public static AbstractAgent create(AgentConfiguration configuration)
AgentConfiguration.configuration - the AgentConfiguration to be processed, not nullAbstractAgent from the given AgentConfiguration, not nullNullPointerException - if a null AgentConfiguration is receivedInvalidClassException - if any exception regarding a reflective operation (e.g.:
required class or method not found) occursCopyright © 2021. All rights reserved.