|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor
org.rhq.plugins.apache.ApacheErrorLogEntryProcessor
public class ApacheErrorLogEntryProcessor
A LogEntryProcessor for Apache HTTPd error log files.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor |
|---|
MultiLineLogEntryProcessor.LogEntry, MultiLineLogEntryProcessor.ParseException |
| Field Summary |
|---|
| Fields inherited from class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor |
|---|
dateFormat, eventType, includesPattern, log, logFile, minimumSeverity |
| Constructor Summary | |
|---|---|
ApacheErrorLogEntryProcessor(java.lang.String eventType,
java.io.File logFile)
|
|
| Method Summary | |
|---|---|
protected java.text.DateFormat |
getDefaultDateFormat()
|
protected java.util.regex.Pattern |
getPattern()
|
protected MultiLineLogEntryProcessor.LogEntry |
processPrimaryLine(java.util.regex.Matcher matcher)
|
| Methods inherited from class org.rhq.core.pluginapi.event.log.MultiLineLogEntryProcessor |
|---|
parseDateString, processLine, processLines, setDateFormat, setDateIfNotSet, setIncludesPattern, setMinimumSeverity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApacheErrorLogEntryProcessor(java.lang.String eventType,
java.io.File logFile)
| Method Detail |
|---|
protected java.util.regex.Pattern getPattern()
getPattern in class MultiLineLogEntryProcessorprotected java.text.DateFormat getDefaultDateFormat()
getDefaultDateFormat in class MultiLineLogEntryProcessor
protected MultiLineLogEntryProcessor.LogEntry processPrimaryLine(java.util.regex.Matcher matcher)
throws MultiLineLogEntryProcessor.ParseException
processPrimaryLine in class MultiLineLogEntryProcessorMultiLineLogEntryProcessor.ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||