public enum DetectiveFactory extends Enum<DetectiveFactory>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.typesafe.config.Config |
getConfig() |
org.apache.http.impl.client.CloseableHttpClient |
getHttpClient() |
String |
getMachineName() |
Parameters |
getParametersConfig() |
TraceRecorder |
getRecorder() |
TraceRetriver |
getRetriver() |
groovyx.gpars.group.PGroup |
getThreadGroup() |
void |
shutdown() |
static DetectiveFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectiveFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectiveFactory INSTANCE
public static DetectiveFactory[] values()
for (DetectiveFactory c : DetectiveFactory.values()) System.out.println(c);
public static DetectiveFactory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Parameters getParametersConfig()
public void shutdown()
public com.typesafe.config.Config getConfig()
public String getMachineName()
public TraceRecorder getRecorder()
public TraceRetriver getRetriver()
public org.apache.http.impl.client.CloseableHttpClient getHttpClient()
public groovyx.gpars.group.PGroup getThreadGroup()
Copyright © 2019. All rights reserved.