org.apache.ivy.plugins.resolver
Interface ResolverSettings

All Superinterfaces:
CacheSettings, ParserSettings
All Known Subinterfaces:
ResolveEngineSettings
All Known Implementing Classes:
IvySettings

public interface ResolverSettings
extends CacheSettings


Method Summary
 void configureRepositories(boolean b)
           
 void filterIgnore(java.util.Collection names)
           
 LatestStrategy getDefaultLatestStrategy()
           
 LatestStrategy getLatestStrategy(java.lang.String latestStrategyName)
           
 Namespace getNamespace(java.lang.String namespaceName)
           
 Namespace getSystemNamespace()
           
 java.lang.String getVariable(java.lang.String string)
           
 VersionMatcher getVersionMatcher()
           
 
Methods inherited from interface org.apache.ivy.core.cache.CacheSettings
debugLocking, getCacheArtifactPattern, getCacheDataFilePattern, getCacheIvyPattern, getCacheResolvedIvyPattern, getCacheResolvedIvyPropertiesPattern, getDefaultCache, getDefaultLockStrategy, getLockStrategy, getRepositoryCacheRoot, getResolutionCacheRoot, getResolver, getResolver
 
Methods inherited from interface org.apache.ivy.plugins.parser.ParserSettings
getConflictManager, getMatcher, getRelativeUrlResolver, getStatusManager, substitute
 

Method Detail

getLatestStrategy

LatestStrategy getLatestStrategy(java.lang.String latestStrategyName)

getDefaultLatestStrategy

LatestStrategy getDefaultLatestStrategy()

getNamespace

Namespace getNamespace(java.lang.String namespaceName)
Specified by:
getNamespace in interface ParserSettings

getSystemNamespace

Namespace getSystemNamespace()

getVariable

java.lang.String getVariable(java.lang.String string)

configureRepositories

void configureRepositories(boolean b)

getVersionMatcher

VersionMatcher getVersionMatcher()
Specified by:
getVersionMatcher in interface CacheSettings

filterIgnore

void filterIgnore(java.util.Collection names)