Package org.wildfly.plugin.provision
Class GlowConfig
- java.lang.Object
-
- org.wildfly.plugin.provision.GlowConfig
-
public class GlowConfig extends Object
- Author:
- jdenise
-
-
Constructor Summary
Constructors Constructor Description GlowConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getAddOns()StringgetContext()Set<String>getExcludedArchives()Set<String>getLayersForJndi()StringgetProfile()StringgetVersion()booleanisFailsOnError()booleanisPreview()booleanisSuggest()booleanisVerbose()voidsetAddOns(Set<String> addOns)voidsetContext(String context)voidsetExcludedArchives(Set<String> excludedArchives)voidsetFailsOnError(boolean failsOnError)voidsetLayersForJndi(Set<String> layersForJndi)voidsetPreview(boolean preview)voidsetProfile(String profile)voidsetSuggest(boolean suggest)voidsetVerbose(boolean verbose)voidsetVersion(String version)org.wildfly.glow.ArgumentstoArguments(Path deployment, Path inProvisioning, String layersConfigurationFileName)
-
-
-
Method Detail
-
toArguments
public org.wildfly.glow.Arguments toArguments(Path deployment, Path inProvisioning, String layersConfigurationFileName)
-
getContext
public String getContext()
- Returns:
- the execution context
-
setContext
public void setContext(String context)
- Parameters:
context- the execution context to set
-
getProfile
public String getProfile()
- Returns:
- the profile
-
setProfile
public void setProfile(String profile)
- Parameters:
profile- the profile to set
-
setAddOns
public void setAddOns(Set<String> addOns)
- Parameters:
addOns- the userEnabledAddOns to set
-
getVersion
public String getVersion()
- Returns:
- the version
-
setVersion
public void setVersion(String version)
- Parameters:
version- the version to set
-
isSuggest
public boolean isSuggest()
- Returns:
- the suggest
-
setSuggest
public void setSuggest(boolean suggest)
- Parameters:
suggest- the suggest to set
-
setLayersForJndi
public void setLayersForJndi(Set<String> layersForJndi)
- Parameters:
layersForJndi- the layersForJndi to set
-
isFailsOnError
public boolean isFailsOnError()
- Returns:
- the failsOnError
-
setFailsOnError
public void setFailsOnError(boolean failsOnError)
- Parameters:
failsOnError- the failsOnError to set
-
setPreview
public void setPreview(boolean preview)
- Parameters:
preview- the preview to set
-
isPreview
public boolean isPreview()
- Returns:
- the preview
-
setExcludedArchives
public void setExcludedArchives(Set<String> excludedArchives)
- Parameters:
excludedArchives- the excludedArchives to set
-
setVerbose
public void setVerbose(boolean verbose)
- Parameters:
verbose- the verbose to set
-
isVerbose
public boolean isVerbose()
- Returns:
- the verbose
-
-