public class ConfigParser
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Parses either all hydra configuration files or the single file
given as an argument.
|
static void |
parseFile(java.lang.String fn,
TestConfig tc,
java.lang.String outfn)
Parses a hydra config file into a
TestConfig object. |
protected static void |
reset()
Resets the parser for a fresh parse.
|
protected static void reset()
public static void parseFile(java.lang.String fn,
TestConfig tc,
java.lang.String outfn)
throws java.io.FileNotFoundException
TestConfig object.fn - fully-qualified name of the hydra config filetc - TestConfig to be populated from the config fileoutfn - fully-qualified name of the output filejava.io.FileNotFoundExceptionpublic static void main(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.