org.rhq.core.pluginapi.util
Class ResponseTimeConfiguration

java.lang.Object
  extended by org.rhq.core.pluginapi.util.ResponseTimeConfiguration

public class ResponseTimeConfiguration
extends Object


Field Summary
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 Summary
ResponseTimeConfiguration(Configuration pluginConfig)
           
 
Method Summary
 List<Pattern> getExcludes()
           
 File getLogFile()
           
 List<RegexSubstitution> getTransforms()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ResponseTimeConfiguration

public ResponseTimeConfiguration(Configuration pluginConfig)
Method Detail

getLogFile

@Nullable
public File getLogFile()

getExcludes

@NotNull
public List<Pattern> getExcludes()

getTransforms

@NotNull
public List<RegexSubstitution> getTransforms()


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.