Class ReferenceDependency


public class ReferenceDependency extends AbstractDependencyModel
A reference of a dependency.
  • Constructor Details

    • ReferenceDependency

      public ReferenceDependency()
  • Method Details

    • getIsInPackage

      public Boolean getIsInPackage()
      Returns true if the object is in the current package, false otherwise.
      Returns:
      Whether the object is in the current package.
    • withIsInPackage

      public ReferenceDependency withIsInPackage(Boolean isInPackage)
      Sets whether the object is in the current package.
      Parameters:
      isInPackage - Whether the object is in the current package.
      Returns:
      fluent Api
    • getIsInOtherPackage

      public Boolean getIsInOtherPackage()
      Gets whether the object is located in a different package.
      Returns:
      True if the object is located in a different package, false otherwise.
    • setIsInOtherPackage

      public void setIsInOtherPackage(Boolean isInOtherPackage)
      Sets whether the object is located in a different package.
      Parameters:
      isInOtherPackage - True if the object is located in a different package, false otherwise.
    • getFoundInPackage

      public String getFoundInPackage()
      Gets the package name where a reference was found.
      Returns:
      the value of foundInPackage
    • setFoundInPackage

      public void setFoundInPackage(String foundInPackage)
      Sets the name of the package where a reference was found.
      Parameters:
      foundInPackage - the new value to set