org.apache.ivy.osgi.repo
Class AggregatedOSGiResolver

java.lang.Object
  extended by org.apache.ivy.plugins.resolver.AbstractResolver
      extended by org.apache.ivy.plugins.resolver.BasicResolver
          extended by org.apache.ivy.osgi.repo.AbstractOSGiResolver
              extended by 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
AggregatedOSGiResolver()
           
 
Method Summary
 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, getTypeName, hidePassword, isAfter, isValidate, saveModuleRevisionIfNeeded, setCache, setChangingMatcher, setChangingPattern, setCheckmodified, setEventManager, setLatest, setLatestStrategy, setName, setNamespace, setRepositoryCacheManager, setSettings, setValidate, toSystem, toSystem, toSystem, toSystem, toSystem, toSystem, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregatedOSGiResolver

public AggregatedOSGiResolver()
Method Detail

add

public void add(AbstractOSGiResolver resolver)

init

protected void init()
Specified by:
init in class AbstractOSGiResolver