Package com.logviewer.formats
Class SimpleLogFormat
java.lang.Object
com.logviewer.formats.SimpleLogFormat
- All Implemented Interfaces:
LogFormat
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.logviewer.data2.LogFormat
LogFormat.FieldDescriptor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logviewer.data2.LogFormat
getFieldIndexByName, loadGlobalConfig
-
Constructor Details
-
SimpleLogFormat
public SimpleLogFormat() -
SimpleLogFormat
-
-
Method Details
-
createReader
- Specified by:
createReaderin interfaceLogFormat
-
getFields
-
getCharset
- Specified by:
getCharsetin interfaceLogFormat
-
getLocale
-
hasFullDate
public boolean hasFullDate()- Specified by:
hasFullDatein interfaceLogFormat- Returns:
trueif log entry contains a date.- See Also:
-
validate
- Specified by:
validatein interfaceLogFormat- Throws:
IllegalArgumentException
-
getHumanReadableString
- Specified by:
getHumanReadableStringin interfaceLogFormat
-
setCharset
-