Package io.quarkus.bom
Interface PomResolver
-
- All Known Implementing Classes:
FsPomResolver,RepositoryPomResolver,UrlPomResolver
public interface PomResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisResolved()org.apache.maven.model.Modelmodel()org.eclipse.aether.artifact.ArtifactpomArtifact()PathpomPath()org.apache.maven.model.ModelreadLocalModel(Path pom)Stringsource()
-
-
-
Method Detail
-
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
-
-