Package | Description |
---|---|
com.caucho.loader.maven | |
com.caucho.loader.module |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
MavenProject.Parent.getVersion() |
Modifier and Type | Method and Description |
---|---|
static ArtifactVersion |
ArtifactVersion.create(java.lang.String value) |
ArtifactVersion |
Artifact.getVersion()
Returns the artifact's version
|
Modifier and Type | Method and Description |
---|---|
int |
ArtifactVersion.compareTo(ArtifactVersion version) |
boolean |
ArtifactVersionRange.isMatch(ArtifactVersion version) |
Constructor and Description |
---|
Artifact(Path path,
java.lang.String org,
java.lang.String module,
java.lang.String name,
ArtifactVersion version,
ArtifactDependency parent,
java.util.ArrayList<ArtifactDependency> dependencyList) |
ArtifactVersionRange(ArtifactVersion version) |
ArtifactVersionRange(ArtifactVersion min,
boolean isMinInclusive,
ArtifactVersion max,
boolean isMaxInclusive) |