public class ConfigParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Parses either all hydra configuration files or the single file
given as an argument.
|
static void |
parseFile(String fn,
TestConfig tc,
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(String fn, TestConfig tc, String outfn) throws 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 fileFileNotFoundExceptionpublic static void main(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.