Package io.quarkus.bom.decomposer
Class Util
- java.lang.Object
-
- io.quarkus.bom.decomposer.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetScmOrigin(org.apache.maven.model.Model model)static StringgetScmTag(org.apache.maven.model.Model model)static org.apache.maven.model.Modelmodel(File pom)static org.eclipse.aether.artifact.ArtifactparentArtifact(org.apache.maven.model.Model model)static org.eclipse.aether.artifact.Artifactpom(org.eclipse.aether.artifact.Artifact artifact)
-
-
-
Method Detail
-
pom
public static org.eclipse.aether.artifact.Artifact pom(org.eclipse.aether.artifact.Artifact artifact)
-
model
public static org.apache.maven.model.Model model(File pom) throws BomDecomposerException
- Throws:
BomDecomposerException
-
parentArtifact
public static org.eclipse.aether.artifact.Artifact parentArtifact(org.apache.maven.model.Model model)
-
getScmOrigin
public static String getScmOrigin(org.apache.maven.model.Model model)
-
getScmTag
public static String getScmTag(org.apache.maven.model.Model model)
-
-