Class BootstrapArtifactVersion
- java.lang.Object
-
- io.quarkus.bootstrap.resolver.maven.BootstrapArtifactVersion
-
- All Implemented Interfaces:
Comparable<org.eclipse.aether.version.Version>,org.eclipse.aether.version.Version
public class BootstrapArtifactVersion extends Object implements org.eclipse.aether.version.Version
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(org.eclipse.aether.version.Version obj)booleanequals(Object obj)inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(org.eclipse.aether.version.Version obj)
- Specified by:
compareToin interfaceComparable<org.eclipse.aether.version.Version>
-
-