Class ComponentTaskContextEntry

    • Constructor Detail

      • ComponentTaskContextEntry

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

      • 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