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