Package org.apache.ivy.osgi.obr
Class OBRResolver
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.obr.OBRResolver
- All Implemented Interfaces:
Validatable,DependencyResolver,HasLatestStrategy
-
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_DESCRIPTORFields inherited from class org.apache.ivy.plugins.resolver.BasicResolver
DATE_FORMAT, DESCRIPTOR_OPTIONAL, DESCRIPTOR_REQUIRED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()voidsetForceMetadataUpdate(Boolean forceMetadataUpdate) voidsetMetadataTtl(Long metadataTtl) voidsetRepoXmlFile(String repositoryXmlFile) voidsetRepoXmlURL(String repositoryXmlURL) 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, setRequirementStrategyMethods 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, toStringMethods 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
-
Constructor Details
-
OBRResolver
public OBRResolver()
-
-
Method Details
-
setRepoXmlFile
-
setRepoXmlURL
-
setMetadataTtl
-
setForceMetadataUpdate
-
init
protected void init()- Specified by:
initin classAbstractOSGiResolver
-