java.lang.Object | |
↳ | org.rrd4j.core.timespec.TimeParser |
Class which parses at-style time specification (described in detail on the rrdfetch man page), used in all RRDTool commands. This code is in most parts just a java port of Tobi's parsetime.c code.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs TimeParser instance from the given input string.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Parses the input string specified in the constructor.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs TimeParser instance from the given input string.
dateString | at-style time specification (read rrdfetch man page for the complete explanation) |
---|
Parses the input string specified in the constructor.