Class BootstrapArtifactVersionConstraint
- java.lang.Object
-
- io.quarkus.bootstrap.resolver.maven.BootstrapArtifactVersionConstraint
-
- All Implemented Interfaces:
org.eclipse.aether.version.VersionConstraint
public class BootstrapArtifactVersionConstraint extends Object implements org.eclipse.aether.version.VersionConstraint
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsVersion(org.eclipse.aether.version.Version version)booleanequals(Object obj)org.eclipse.aether.version.VersionRangegetRange()org.eclipse.aether.version.VersiongetVersion()inthashCode()StringtoString()
-
-
-
Method Detail
-
getRange
public org.eclipse.aether.version.VersionRange getRange()
- Specified by:
getRangein interfaceorg.eclipse.aether.version.VersionConstraint
-
getVersion
public org.eclipse.aether.version.Version getVersion()
- Specified by:
getVersionin interfaceorg.eclipse.aether.version.VersionConstraint
-
containsVersion
public boolean containsVersion(org.eclipse.aether.version.Version version)
- Specified by:
containsVersionin interfaceorg.eclipse.aether.version.VersionConstraint
-
-