public class ResponseTimeConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESPONSE_TIME_LOG_FILE_CONFIG_PROP |
static String |
RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP |
static String |
RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP |
| Constructor and Description |
|---|
ResponseTimeConfiguration(org.rhq.core.domain.configuration.Configuration pluginConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<Pattern> |
getExcludes() |
File |
getLogFile() |
List<RegexSubstitution> |
getTransforms() |
public static final String RESPONSE_TIME_LOG_FILE_CONFIG_PROP
public static final String RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP
public static final String RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP
public ResponseTimeConfiguration(org.rhq.core.domain.configuration.Configuration pluginConfig)
@Nullable public File getLogFile()
@NotNull public List<RegexSubstitution> getTransforms()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.