@ConfigurationProperties(value="generator") public class ProjectGeneratorConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectGeneratorConfiguration.Templates |
| Constructor and Description |
|---|
ProjectGeneratorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MavenProperties |
getMavenProperties() |
Boolean |
getSecretMaskingEnabled() |
String |
getSyndesisExtensionPath() |
ProjectGeneratorConfiguration.Templates |
getTemplates() |
Boolean |
isSecretMaskingEnabled() |
void |
setSecretMaskingEnabled(Boolean secretMaskingEnabled) |
void |
setSyndesisExtensionPath(String syndesisExtensionPath) |
public Boolean isSecretMaskingEnabled()
public void setSecretMaskingEnabled(Boolean secretMaskingEnabled)
public Boolean getSecretMaskingEnabled()
public String getSyndesisExtensionPath()
public void setSyndesisExtensionPath(String syndesisExtensionPath)
public ProjectGeneratorConfiguration.Templates getTemplates()
public MavenProperties getMavenProperties()
Copyright © 2016–2018 Red Hat. All rights reserved.