Class AddOn

java.lang.Object
org.wildfly.glow.AddOn
All Implemented Interfaces:
Comparable<AddOn>

public class AddOn extends Object implements Comparable<AddOn>
Author:
jdenise
  • Method Details

    • isDefault

      public boolean isDefault()
    • getAssociatedNonDefault

      public String getAssociatedNonDefault()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Returns:
      the name
    • getFamily

      public String getFamily()
      Returns:
      the famility
    • getDescription

      public String getDescription()
      Returns:
      the description
    • getLayers

      public Set<Layer> getLayers()
      Returns:
      the layers
    • getFixes

      public Map<String,Fix> getFixes()
      Returns:
      the fixes
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getLayersThatExpectAllDependencies

      public Set<Layer> getLayersThatExpectAllDependencies()
      Returns:
      the layersThatExpectAllDependencies
    • getLayersThatExpectSomeDependencies

      public Map<Layer,Set<Layer>> getLayersThatExpectSomeDependencies()
      Returns:
      the layersThatExpectSomeDependencies
    • compareTo

      public int compareTo(AddOn t)
      Specified by:
      compareTo in interface Comparable<AddOn>
    • getLayersAlwaysIncluded

      public Set<Layer> getLayersAlwaysIncluded()
      Returns:
      the layersAlwaysIncluded