|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.appl.TimeParser
public class TimeParser
Parses a time from a given input.
| Constructor Summary | |
|---|---|
TimeParser()
Construct a TimeParser. |
|
| Method Summary | |
|---|---|
Timestamp |
parse(java.lang.String timeArg,
boolean absolute)
Parse timestamps given as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeParser()
| Method Detail |
|---|
public Timestamp parse(java.lang.String timeArg,
boolean absolute)
The timestamps are of the format "time.subseconds" Formats processed for time are:
timeArg - the inout stringabsolute - should the timestamp be parsed as an absolute
time or a relative time.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||