public class ResearchGenerator extends Object
| Constructor and Description |
|---|
ResearchGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateConstants(String... filePaths)
This method accepts a list of filePaths that point to JSON files.
|
static void |
main(String[] args)
This main function creates a ResearchGenerator and runs it, using a default path, or optionally
an arbitrary number of filepaths that can be passed via arguments
|
public static void main(String[] args)
args - an arbitrary number of filepaths to JSON files that are to be parsedpublic void generateConstants(String... filePaths)
filePaths - a list of filePaths that point to JSON filesCopyright © 2017–2018. All rights reserved.