Package org.wildfly.plugin.provision
Class GlowConfig
java.lang.Object
org.wildfly.plugin.provision.GlowConfig
- Author:
- jdenise
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
void
void
setContext
(String context) void
setExcludedArchives
(Set<String> excludedArchives) void
setFailsOnError
(boolean failsOnError) void
setIgnoreDeployment
(boolean ignoreDeployment) void
setLayersForJndi
(Set<String> layersForJndi) void
setPreview
(boolean preview) void
setProfile
(String profile) void
void
setSuggest
(boolean suggest) void
setVerbose
(boolean verbose) void
setVersion
(String version) org.wildfly.glow.Arguments
toArguments
(List<Path> lst, Path inProvisioning, String layersConfigurationFileName)
-
Constructor Details
-
GlowConfig
public GlowConfig()
-
-
Method Details
-
toArguments
-
getContext
- Returns:
- the execution context
-
setContext
- Parameters:
context
- the execution context to set
-
getProfile
- Returns:
- the profile
-
setProfile
- Parameters:
profile
- the profile to set
-
getAddOns
- Returns:
- the userEnabledAddOns
-
setAddOns
- Parameters:
addOns
- the userEnabledAddOns to set
-
getSpaces
- Returns:
- the spaces
-
setSpaces
- Parameters:
spaces
- the spaces to set
-
getVersion
- Returns:
- the version
-
setVersion
- 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
-
getLayersForJndi
- Returns:
- the layersForJndi
-
setLayersForJndi
- 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
-
getExcludedArchives
- Returns:
- the excludedArchives
-
setExcludedArchives
- 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
-
setIgnoreDeployment
public void setIgnoreDeployment(boolean ignoreDeployment) - Parameters:
ignoreDeployment
- the ignoreDeployment to set
-
isIgnoreDeployment
public boolean isIgnoreDeployment()- Returns:
- the ignoreDeployment
-