Class ComponentTaskContextEntry

java.lang.Object
org.exoplatform.container.ComponentTaskContextEntry

public class ComponentTaskContextEntry extends Object
  • Constructor Details

    • ComponentTaskContextEntry

      public ComponentTaskContextEntry(Object componentKey, ComponentTaskType type)
      Default constructor
  • Method Details

    • getComponentKey

      public Object getComponentKey()
      Returns:
      the key of the dependency
    • getTaskType

      public ComponentTaskType getTaskType()
      Returns:
      the type of the task for which this dependency is needed.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object