public class PropertyPrompt
Represents property found in template file or registered manually via build script.
| Constructor and Description |
|---|
PropertyPrompt(java.lang.String name,
kotlin.jvm.functions.Function0<java.lang.String> defaultProvider)
Represents property found in template file or registered manually via build script.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.lang.String |
getName() |
java.lang.String |
getValue() |
java.lang.String |
getValueOrDefault() |
void |
setValue(java.lang.String p) |
public PropertyPrompt(@NotNull
java.lang.String name,
@NotNull
kotlin.jvm.functions.Function0<java.lang.String> defaultProvider)
Represents property found in template file or registered manually via build script.
@Nullable public java.lang.String getValue()
public void setValue(@Nullable
java.lang.String p)
@Nullable public java.lang.String getValueOrDefault()
@NotNull public java.lang.String getLabel()
@NotNull public java.lang.String getName()