public class SyslogParser extends Object
Modifier | Constructor and Description |
---|---|
protected |
SyslogParser(String text) |
Modifier and Type | Method and Description |
---|---|
boolean |
find() |
protected Matcher |
getMatcher() |
static SyslogParser |
getParser(String text) |
protected Pattern |
getPattern() |
protected String |
getText() |
protected Boolean |
matched() |
boolean |
matches() |
SyslogMessage |
parse() |
protected Date |
parseDate(String dateString) |
protected boolean |
traceEnabled() |
protected SyslogParser(String text)
public boolean find()
public boolean matches()
protected Boolean matched()
protected String getText()
protected boolean traceEnabled()
public static SyslogParser getParser(String text) throws SyslogParserException
SyslogParserException
protected Pattern getPattern()
public SyslogMessage parse() throws SyslogParserException
SyslogParserException
protected Matcher getMatcher()
Copyright © 2015. All rights reserved.