public class LineParser extends Object
| Constructor and Description |
|---|
LineParser() |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleAt(String line,
int index) |
static DateFormat |
getDateFormat() |
int |
intAt(String line,
int index) |
boolean |
isDigit(char ch) |
long |
longAt(String line,
int index) |
int |
skipLeadingSpaces(String line,
int index) |
String |
stringAt(String line,
int index) |
static org.opennms.newts.api.Gauge |
valueFor(double value,
double nan) |
public static DateFormat getDateFormat()
public boolean isDigit(char ch)
public long longAt(String line, int index)
public int skipLeadingSpaces(String line, int index)
public int intAt(String line, int index)
public double doubleAt(String line, int index)
public static org.opennms.newts.api.Gauge valueFor(double value,
double nan)
Copyright © 2019. All rights reserved.