Uses of Class
com.caucho.loader.module.ArtifactVersionRange

Packages that use ArtifactVersionRange
com.caucho.loader.module   
 

Uses of ArtifactVersionRange in com.caucho.loader.module
 

Methods in com.caucho.loader.module that return ArtifactVersionRange
static ArtifactVersionRange ArtifactVersionRange.create(java.lang.String value)
           
 ArtifactVersionRange ArtifactDependency.getVersion()
          Returns the artifact's version
 

Constructors in com.caucho.loader.module with parameters of type ArtifactVersionRange
ArtifactDependency(java.lang.String org, java.lang.String module, java.lang.String name, ArtifactVersionRange version)