org.rhq.core.pluginapi.util
Class ResponseTimeConfiguration
java.lang.Object
org.rhq.core.pluginapi.util.ResponseTimeConfiguration
public class ResponseTimeConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESPONSE_TIME_LOG_FILE_CONFIG_PROP
public static final String RESPONSE_TIME_LOG_FILE_CONFIG_PROP
- See Also:
- Constant Field Values
RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP
public static final String RESPONSE_TIME_URL_EXCLUDES_CONFIG_PROP
- See Also:
- Constant Field Values
RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP
public static final String RESPONSE_TIME_URL_TRANSFORMS_CONFIG_PROP
- See Also:
- Constant Field Values
ResponseTimeConfiguration
public ResponseTimeConfiguration(Configuration pluginConfig)
getLogFile
@Nullable
public File getLogFile()
getExcludes
@NotNull
public List<Pattern> getExcludes()
getTransforms
@NotNull
public List<RegexSubstitution> getTransforms()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.