Class ModelParameterImpl
- java.lang.Object
-
- io.quarkus.bootstrap.model.gradle.impl.ModelParameterImpl
-
- All Implemented Interfaces:
ModelParameter,Serializable
public class ModelParameterImpl extends Object implements ModelParameter, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelParameterImpl()
-
-
-
Method Detail
-
getMode
public String getMode()
- Specified by:
getModein interfaceModelParameter
-
setMode
public void setMode(String mode)
- Specified by:
setModein interfaceModelParameter
-
-