public class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static DescriptiveNode |
getComponentNodeFromGroovy(InputStream inputStream,
String encoding)
Generates a Component node from a simple script.
|
static DescriptiveNode |
getComponentNodeFromGroovy(String scriptString) |
public static DescriptiveNode getComponentNodeFromGroovy(InputStream inputStream, String encoding) throws Exception
inputStream - encoding - specifies the text encodingDescriptiveNode depicting the tree structure of the input file.Exceptionpublic static DescriptiveNode getComponentNodeFromGroovy(String scriptString)
Copyright © 2015 LSST. All rights reserved.