Package | Description |
---|---|
org.bitbucket.jrsofty.parser.logging.api |
Modifier and Type | Method and Description |
---|---|
LogEntry |
DefaultLogParser.parseLogString(String logString)
Parses line of log data and returns a class that implements the LogEntry interface.
|
LogEntry |
LogParser.parseLogString(String logString)
Parses line of log data and returns a class that implements the LogEntry interface.
|
String |
TokenMatcher.validateToken(String token)
Validates the given token with the compiled regex pattern.
|
Copyright © 2017 Jason "JRSofty" Reed. All rights reserved.