public interface IParameter
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description
|
String |
getFrom()
Returns the input to the generator
|
String |
getGeneratorName()
Returns the generator name which will use the value
from 'getFrom' if set
|
String |
getName()
Returns the name of the parameter that is substituted
in the template
|
String |
getValue()
Returns the value to use
|
boolean |
isRequired()
Returns true if parameter is required; false otherwise
|
void |
setValue(String value)
Sets the value to use
|
String getName()
String getDescription()
String getValue()
void setValue(String value)
value
- String getGeneratorName()
String getFrom()
boolean isRequired()
Copyright © 2016 Red Hat, Inc. All rights reserved.