Package org.apache.ivy.osgi.repo
Class AggregatedOSGiResolver
- java.lang.Object
-
- org.apache.ivy.plugins.resolver.AbstractResolver
-
- org.apache.ivy.plugins.resolver.BasicResolver
-
- org.apache.ivy.osgi.repo.AbstractOSGiResolver
-
- org.apache.ivy.osgi.repo.AggregatedOSGiResolver
-
- All Implemented Interfaces:
Validatable
,DependencyResolver
,HasLatestStrategy
public class AggregatedOSGiResolver extends AbstractOSGiResolver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ivy.osgi.repo.AbstractOSGiResolver
AbstractOSGiResolver.RequirementStrategy
-
-
Field Summary
-
Fields inherited from class org.apache.ivy.osgi.repo.AbstractOSGiResolver
FAILING_REPO_DESCRIPTOR
-
Fields inherited from class org.apache.ivy.plugins.resolver.BasicResolver
DATE_FORMAT, DESCRIPTOR_OPTIONAL, DESCRIPTOR_REQUIRED
-
-
Constructor Summary
Constructors Constructor Description AggregatedOSGiResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(AbstractOSGiResolver resolver)
protected void
init()
-
Methods inherited from class org.apache.ivy.osgi.repo.AbstractOSGiResolver
checkModuleDescriptorRevision, ensureInit, filterNames, findArtifactRef, findBundle, findCapability, findIvyFileRef, findNames, findResource, get, getRepoDescriptor, getRepository, getResource, isAllownomd, listTokenValues, publish, setRepoDescriptor, setRequirementStrategy, setRequirementStrategy
-
Methods inherited from class org.apache.ivy.plugins.resolver.BasicResolver
acceptLatest, clearArtifactAttempts, clearIvyAttempts, doFindArtifactRef, download, download, exists, findFirstArtifactRef, getAndCheck, getArtifactRef, getChecksumAlgorithms, getDefaultRMDParser, getDependency, getPublicationDate, getRMDParser, getWorkspaceName, isCheckconsistency, isEnvDependent, isForce, listModules, listOrganisations, listRevisions, listTokenValues, locate, logArtifactAttempt, logAttempt, logIvyAttempt, parse, reportFailure, reportFailure, setAllownomd, setCheckconsistency, setChecksums, setDescriptor, setEnvDependent, setForce, setWorkspaceName, shouldReturnResolvedModule, toString
-
Methods inherited from class org.apache.ivy.plugins.resolver.AbstractResolver
abortPublishTransaction, beginPublishTransaction, checkInterrupted, checkLatest, commitPublishTransaction, doValidate, dumpSettings, findModuleInCache, findModuleInCache, fromSystem, fromSystem, getCacheDownloadOptions, getCacheOptions, getChangingMatcherName, getChangingPattern, getDownloadOptions, getEventManager, getLatest, getLatestStrategy, getName, getNamespace, getParserSettings, getRepositoryCacheManager, getSettings, getSystemNode, getTimeoutConstraint, getTypeName, hidePassword, isAfter, isValidate, saveModuleRevisionIfNeeded, setCache, setChangingMatcher, setChangingPattern, setCheckmodified, setEventManager, setLatest, setLatestStrategy, setName, setNamespace, setRepositoryCacheManager, setSettings, setTimeoutConstraint, setValidate, toSystem, toSystem, toSystem, toSystem, toSystem, toSystem, validate
-
-
-
-
Method Detail
-
add
public void add(AbstractOSGiResolver resolver)
-
init
protected void init()
- Specified by:
init
in classAbstractOSGiResolver
-
-