public class ResponseTimeLogFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
static File |
FALLBACK_RESPONSE_TIME_LOG_FILE_DIRECTORY |
| Modifier and Type | Method and Description |
|---|---|
static String |
findResponseTimeLogFileInDirectory(String contextPath,
File responseTimeLogFileDirectory) |
public static final File FALLBACK_RESPONSE_TIME_LOG_FILE_DIRECTORY
public static String findResponseTimeLogFileInDirectory(String contextPath, File responseTimeLogFileDirectory)
contextPath - context path of the monitored web applicationresponseTimeLogFileDirectory - Where to search for the response time log file of the web application.IllegalArgumentException - if context path is null or does not start with a slash, or if
responseTimeLogFileDirectory is nullCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.