public class BoilerplateInvoker extends Object
| Constructor and Description |
|---|
BoilerplateInvoker(String inputFile,
String outputFile,
String boilerplateApiUrl)
Create a new configured instance of Boilerplate Invoker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run the configured boilerplate creation.
|
void |
run(boolean overwriteExisting)
Run the configured boilerplate creation.
|
public BoilerplateInvoker(String inputFile, String outputFile, String boilerplateApiUrl)
inputFile - Location of boilerplate expressions/tags file.outputFile - File location to output details of created boilerplate expressions/tags.boilerplateApiUrl - URL of the boilerplate API to contact to create expressions/tags.public void run()
public void run(boolean overwriteExisting)
overwriteExisting - Whether any boilerplate expressions and tags with names matching those that are to be created
should be removed before creation.Copyright © 2015–2017 EntIT Software LLC, a Micro Focus company. All rights reserved.