Class 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 Detail

      • FeaturePackTemplate

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

      • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object