Class GlowConfig

java.lang.Object
org.wildfly.plugin.provision.GlowConfig

public class GlowConfig extends Object
Author:
jdenise
  • Constructor Details

    • GlowConfig

      public GlowConfig()
  • Method Details

    • toArguments

      public org.wildfly.glow.Arguments toArguments(List<Path> lst, 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
    • getAddOns

      public Set<String> getAddOns()
      Returns:
      the userEnabledAddOns
    • setAddOns

      public void setAddOns(Set<String> addOns)
      Parameters:
      addOns - the userEnabledAddOns to set
    • getSpaces

      public Set<String> getSpaces()
      Returns:
      the spaces
    • setSpaces

      public void setSpaces(Set<String> spaces)
      Parameters:
      spaces - the spaces 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
    • getLayersForJndi

      public Set<String> getLayersForJndi()
      Returns:
      the layersForJndi
    • 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
    • getExcludedArchives

      public Set<String> getExcludedArchives()
      Returns:
      the excludedArchives
    • 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
    • setIgnoreDeployment

      public void setIgnoreDeployment(boolean ignoreDeployment)
      Parameters:
      ignoreDeployment - the ignoreDeployment to set
    • isIgnoreDeployment

      public boolean isIgnoreDeployment()
      Returns:
      the ignoreDeployment