Package com.logviewer.formats.utils
Class LvLayoutDateNode
java.lang.Object
com.logviewer.formats.utils.LvLayoutDateNode
- All Implemented Interfaces:
LvLayoutNode,Cloneable
- Direct Known Subclasses:
LvLayoutLog4jISO8601Date,LvLayoutSimpleDateNode
-
Field Summary
FieldsFields inherited from interface com.logviewer.formats.utils.LvLayoutNode
PARSE_FAILED, SKIP_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()longgetZone()abstract booleanisFull()withLocale(Locale locale) withTimeZone(TimeZone zone) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logviewer.formats.utils.LvLayoutNode
getValueStart, parse, removeSpacesBefore
-
Field Details
-
currentDate
protected transient long currentDate -
zone
-
locale
-
-
Constructor Details
-
LvLayoutDateNode
public LvLayoutDateNode()
-
-
Method Details
-
getZone
-
getCurrentDate
public long getCurrentDate() -
withTimeZone
-
withLocale
-
isFull
public abstract boolean isFull() -
clone
- Specified by:
clonein interfaceLvLayoutNode- Overrides:
clonein classObject
-