Package io.quarkus.bom
Class UrlPomResolver
java.lang.Object
io.quarkus.bom.UrlPomResolver
- All Implemented Interfaces:
PomResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.maven.model.Modelmodel()org.eclipse.aether.artifact.ArtifactpomPath()org.apache.maven.model.ModelreadLocalModel(Path pom) source()
-
Constructor Details
-
UrlPomResolver
-
-
Method Details
-
pomPath
- Specified by:
pomPathin interfacePomResolver
-
readLocalModel
- Specified by:
readLocalModelin interfacePomResolver- Throws:
IOException
-
model
public org.apache.maven.model.Model model()- Specified by:
modelin interfacePomResolver
-
source
- Specified by:
sourcein interfacePomResolver
-
pomArtifact
public org.eclipse.aether.artifact.Artifact pomArtifact()- Specified by:
pomArtifactin interfacePomResolver
-
isResolved
public boolean isResolved()- Specified by:
isResolvedin interfacePomResolver
-