public class AqdefParser extends Object implements AqdefConstants
AqdefObjectModel from a AQDEF content (file or other data source).LINE_SEPARATOR, MEASURED_VALUES_CHARACTERISTIC_SEPARATOR, MEASURED_VALUES_DATA_SEPARATOR, VALUES_SEPARATOR| Constructor and Description |
|---|
AqdefParser() |
| Modifier and Type | Method and Description |
|---|---|
AqdefObjectModel |
parse(File file,
String encoding) |
AqdefObjectModel |
parse(InputStream inputStream,
String encoding) |
AqdefObjectModel |
parse(Path file,
String encoding) |
AqdefObjectModel |
parse(Reader reader) |
AqdefObjectModel |
parse(String content) |
public AqdefObjectModel parse(String content) throws IOException
IOExceptionpublic AqdefObjectModel parse(Path file, String encoding) throws IOException
IOExceptionpublic AqdefObjectModel parse(File file, String encoding) throws IOException
IOExceptionpublic AqdefObjectModel parse(InputStream inputStream, String encoding) throws IOException
IOExceptionpublic AqdefObjectModel parse(Reader reader) throws IOException
IOExceptionCopyright © 2018. All rights reserved.