Class MojoParentReleaseIdDetector
- java.lang.Object
-
- io.quarkus.bom.decomposer.detector.MojoParentReleaseIdDetector
-
- All Implemented Interfaces:
ReleaseIdDetector
public class MojoParentReleaseIdDetector extends Object implements ReleaseIdDetector
-
-
Constructor Summary
Constructors Constructor Description MojoParentReleaseIdDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScmRevisiondetectReleaseId(ScmRevisionResolver releaseResolver, org.eclipse.aether.artifact.Artifact artifact)
-
-
-
Method Detail
-
detectReleaseId
public ScmRevision detectReleaseId(ScmRevisionResolver releaseResolver, org.eclipse.aether.artifact.Artifact artifact) throws BomDecomposerException
- Specified by:
detectReleaseIdin interfaceReleaseIdDetector- Throws:
BomDecomposerException
-
-