Package | Description |
---|---|
io.cdap.cdap.api.artifact |
Classes related to artifacts.
|
Modifier and Type | Field and Description |
---|---|
protected ArtifactVersion |
ArtifactVersionRange.lower |
protected ArtifactVersion |
ArtifactVersionRange.upper |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
ArtifactVersionRange.getLower()
lower version of artifact range
|
ArtifactVersion |
ArtifactVersionRange.getUpper()
upper version of artifact range
|
ArtifactVersion |
ArtifactId.getVersion()
get the version of artifact
|
Modifier and Type | Method and Description |
---|---|
int |
ArtifactVersion.compareTo(ArtifactVersion other) |
boolean |
ArtifactVersionRange.versionIsInRange(ArtifactVersion version) |
Constructor and Description |
---|
ArtifactId(String name,
ArtifactVersion version,
ArtifactScope scope) |
ArtifactRange(String namespace,
String name,
ArtifactVersion lower,
ArtifactVersion upper) |
ArtifactRange(String namespace,
String name,
ArtifactVersion lower,
boolean isLowerInclusive,
ArtifactVersion upper,
boolean isUpperInclusive) |
ArtifactVersionRange(ArtifactVersion lower,
boolean isLowerInclusive,
ArtifactVersion upper,
boolean isUpperInclusive) |
Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.