|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
cern.jjar.repository |
Uses of Version in cern.jjar.repository |
---|
Fields in cern.jjar.repository declared as Version | |
---|---|
static Version |
Version.DEV_VERSION
|
static Version |
Version.NEXT_VERSION
|
static Version |
Version.PREVIOUS_VERSION
|
static Version |
Version.PRODUCTION_VERSION
|
Methods in cern.jjar.repository that return Version | |
---|---|
Version |
Product.getAlias(String version)
Getter for property link. |
Version |
Product.getVersion()
Getter for property version. |
Version |
Dependency.getVersionAsObject()
|
Version[] |
DependencyEngine.AnnotatedDependency.getVersionList()
|
static Version |
Version.valueOf(String version)
|
Methods in cern.jjar.repository with parameters of type Version | |
---|---|
void |
Product.addAlias(Version alias)
|
Dependency[] |
RepositoryXML.getDependencies(Dependency[] dependenciesToResolve,
boolean excludeTargets,
Version defaultVersion)
|
Dependency[] |
Repository.getDependencies(Dependency[] dependenciesToResolve,
boolean excludeTargets,
Version defaultVersion)
Returns array with all dependencies of given dependencies. |
Dependency[] |
DependencyEngine.getDependencies(Dependency[] dependenciesToResolve,
boolean excludeTarget,
Version defaultVersion,
boolean forceAll)
returns a list of dependencies for a list of projects, each project being included in the dependencies list |
Dependency[] |
RepositoryXML.getDependencies(Dependency dependencyToResolve,
boolean excludeTarget,
Version defaultVersion)
|
Dependency[] |
Repository.getDependencies(Dependency dependencyToResolve,
boolean excludeTarget,
Version defaultVersion)
Returns array with all dependencies of given dependency. |
Product |
RepositoryXMLStore.getProduct(String productName,
Version v)
|
Product |
RepositoryXML.getProduct(String productName,
Version version)
Returns Product object with given name and version or null if not found in the repository. |
Product |
RepositoryStore.getProduct(String productName,
Version version)
Returns product with given name and version (version can be both numerical or linked). |
Product |
Repository.getProduct(String productName,
Version version)
Returns product with given name and version (version can be both numeral or linked). |
Product |
MultiVersionsProduct.getProduct(Version v)
|
String |
RepositoryXML.getProductFilePath(String productName,
Version version)
Return URL of product's jar or null if product does not exist or product does not contain jar. |
String |
Repository.getProductFilePath(String productName,
Version version)
Returns the complete path of the jar from the root of the repository. |
URL |
RepositoryXML.getProductFileUrl(String productName,
Version version)
Return URL of product's jar or null if product does not exist or product does not contain jar. |
URL |
Repository.getProductFileUrl(String productName,
Version version)
Returns URL of jar for given product and version. |
boolean |
Product.hasAlias(Version version)
Check if there is an alias equal to a given version. |
static void |
Version.nextMajor(Version version)
|
static void |
Version.nextMinor(Version version)
|
static void |
Version.nextModifier(Version version)
|
static void |
Version.nextTiny(Version version)
|
void |
Product.setVersion(Version version)
Setter for property version. |
void |
Dependency.setVersion(Version v)
|
Constructors in cern.jjar.repository with parameters of type Version | |
---|---|
Dependency(String product,
Version v)
|
|
Dependency(String product,
Version v,
boolean local,
boolean excluded)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |