Interface BuildInitParameter<T>

Type Parameters:
T - The type of this parameter

@Incubating public interface BuildInitParameter<T>
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 Type
    Method
    Description
    Returns the name of the parameter.
    Returns the type of the parameter.
  • Method Details

    • getName

      String getName()
      Returns the name of the parameter.
      Returns:
      the name of the parameter
      Since:
      8.12
    • getParameterType

      T getParameterType()
      Returns the type of the parameter.
      Returns:
      the type of the parameter
      Since:
      8.12