Interface BuildInitParameter<T>
- Type Parameters:
T- The type of this parameter
Represents a parameter that can be provided to a
BuildInitSpec to configure it
with custom information about this particular project to be generated.- Since:
- 8.12
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the parameter.Returns the type of the parameter.
-
Method Details
-
getName
-
getParameterType
T getParameterType()Returns the type of the parameter.- Returns:
- the type of the parameter
- Since:
- 8.12
-