|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactVersion | |
---|---|
com.caucho.loader.maven | |
com.caucho.loader.module |
Uses of ArtifactVersion in com.caucho.loader.maven |
---|
Methods in com.caucho.loader.maven that return ArtifactVersion | |
---|---|
ArtifactVersion |
MavenProject.Parent.getVersion()
|
Uses of ArtifactVersion in com.caucho.loader.module |
---|
Methods in com.caucho.loader.module that return ArtifactVersion | |
---|---|
static ArtifactVersion |
ArtifactVersion.create(java.lang.String value)
|
ArtifactVersion |
Artifact.getVersion()
Returns the artifact's version |
Methods in com.caucho.loader.module with parameters of type ArtifactVersion | |
---|---|
int |
ArtifactVersion.compareTo(ArtifactVersion version)
|
boolean |
ArtifactVersionRange.isMatch(ArtifactVersion version)
|
Constructors in com.caucho.loader.module with parameters of type ArtifactVersion | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |