Class IncludedByReference

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncludedByReference
    extends java.lang.Object
    implements java.io.Serializable
    POJO to store a reference to the "included by" node in a dependency tree; where included by is the root node that caused a dependency to be included.
    Author:
    Jeremy Long
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IncludedByReference​(java.lang.String reference, java.lang.String type)
      Constructs a new reference.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReference()
      Get the value of reference.
      java.lang.String getType()
      Get the value of type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IncludedByReference

        public IncludedByReference​(java.lang.String reference,
                                   java.lang.String type)
        Constructs a new reference.
        Parameters:
        reference - the reference
        type - the reference's type
    • Method Detail

      • getReference

        public java.lang.String getReference()
        Get the value of reference.
        Returns:
        the value of reference
      • getType

        public java.lang.String getType()
        Get the value of type.
        Returns:
        the value of type