public class ParamTreeParser extends Object
Modifier and Type | Field and Description |
---|---|
static Unmarshaller |
componentListUnmarshaller |
static Unmarshaller |
paramTreeUnmarshaller
The xml mappers.
|
static Unmarshaller |
precursorUnmarshaller |
static Unmarshaller |
scanListUnmarshaller |
Constructor and Description |
---|
ParamTreeParser() |
Modifier and Type | Method and Description |
---|---|
static ComponentList |
parseComponentList(String paramTreeAsStr) |
static ParamTree |
parseParamTree(String paramTreeAsStr)
Parses the param tree.
|
static Precursor |
parsePrecursor(String precursorAsStr) |
static ScanList |
parseScanList(String scanListAsStr) |
public static Unmarshaller paramTreeUnmarshaller
public static Unmarshaller componentListUnmarshaller
public static Unmarshaller scanListUnmarshaller
public static Unmarshaller precursorUnmarshaller
public static ParamTree parseParamTree(String paramTreeAsStr)
paramTreeAsStr
- The param tree as a Stringpublic static ComponentList parseComponentList(String paramTreeAsStr)
Copyright © 2019. All rights reserved.