Interface PomResolver

All Known Implementing Classes:
FsPomResolver, RepositoryPomResolver, UrlPomResolver

public interface PomResolver
  • Method Details

    • pomArtifact

      org.eclipse.aether.artifact.Artifact pomArtifact()
    • isResolved

      boolean isResolved()
    • pomPath

      Path pomPath()
    • source

      String source()
    • model

      org.apache.maven.model.Model model() throws IOException
      Throws:
      IOException
    • readLocalModel

      org.apache.maven.model.Model readLocalModel(Path pom) throws IOException
      Throws:
      IOException