Class FeaturePackTemplate

java.lang.Object
org.wildfly.prospero.model.FeaturePackTemplate

public class FeaturePackTemplate extends Object
Definition of the provisioning changes a feature pack requires to be installed on top of the base server.
  • Constructor Details

    • FeaturePackTemplate

      public FeaturePackTemplate(String groupId, String artifactId, String version, List<String> additionalPackages, String transitiveDependency, String replacesDependency, Boolean supportsCustomization, boolean requiresLayers)
  • Method Details

    • getGroupId

      public String getGroupId()
    • getArtifactId

      public String getArtifactId()
    • getVersion

      public String getVersion()
    • isRequiresLayers

      public boolean isRequiresLayers()
    • isSupportsCustomization

      public boolean isSupportsCustomization()
    • getAdditionalPackages

      public List<String> getAdditionalPackages()
    • getTransitiveDependency

      public String getTransitiveDependency()
    • getReplacesDependency

      public String getReplacesDependency()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object