| Package | Description |
|---|---|
| com.mulesoft.anypoint.discovery.api | |
| com.mulesoft.anypoint.discovery.api.version |
| Modifier and Type | Method and Description |
|---|---|
ArtifactVersion |
RuntimeVersionProvider.latest() |
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactVersion> |
RuntimeVersionProvider.all() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EarlyAccess |
interface |
Monthly |
interface |
MonthlySnapshot |
interface |
Release |
interface |
ReleaseCandidate |
interface |
Snapshot |
interface |
UnknownVersion |
| Modifier and Type | Method and Description |
|---|---|
ArtifactVersion |
ArtifactVersionFactory.create(int major,
int minor,
int patch,
boolean isSnapshot)
Creates an
ArtifactVersion with the defined version as parameter. |
ArtifactVersion |
ArtifactVersionFactory.create(String version) |
ArtifactVersion |
ArtifactVersion.release() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArtifactVersion.isHotFixOf(ArtifactVersion anotherVersion)
Deprecated.
ArtifactVersion have now a proper hierarchy and you can use it to visit specific
implementations. |
boolean |
ArtifactVersion.olderThan(ArtifactVersion anotherVersion)
Compares whether another
ArtifactVersion is older than this. |
Copyright © 2024. All rights reserved.