public class TemplateInputParametersService extends Object
TemplateInputParameters required as input for a template.| Constructor and Description |
|---|
TemplateInputParametersService() |
| Modifier and Type | Method and Description |
|---|---|
TemplateInputParameters |
getInputParameters(JavaForgerConfiguration config,
String inputClass,
String mergeClassPath)
Gets the
TemplateInputParameters from the JavaForgerConfiguration and inserts all missing input parameters given by
TemplateInputDefaults. |
public TemplateInputParameters getInputParameters(JavaForgerConfiguration config, String inputClass, String mergeClassPath) throws IOException
TemplateInputParameters from the JavaForgerConfiguration and inserts all missing input parameters given by
TemplateInputDefaults.config - The JavaForgerConfigurationinputClass - The class that will be parsed to construct the input parameters.mergeClassPath - The class to which the template from the config will be merged to.TemplateInputParametersIOExceptionCopyright © 2019. All rights reserved.