Interface DependencyPropertyParser.Result

  • Enclosing class:
    DependencyPropertyParser

    public static interface DependencyPropertyParser.Result
    The result of parsing a dependency property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.commonjava.maven.atlas.ident.ref.ProjectRef getDependency()
      Gets the dependency.
      boolean matchesModule​(org.commonjava.maven.atlas.ident.ref.ProjectRef projectRef)
      Returns whether the given module matches.
    • Method Detail

      • getDependency

        org.commonjava.maven.atlas.ident.ref.ProjectRef getDependency()
        Gets the dependency.
        Returns:
        the dependency
      • matchesModule

        boolean matchesModule​(org.commonjava.maven.atlas.ident.ref.ProjectRef projectRef)
        Returns whether the given module matches.
        Parameters:
        projectRef - the module
        Returns:
        whether the given module matches