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
Methods inherited from interface org.apache.ivy.core.cache.CacheSettings |
debugLocking, getCacheArtifactPattern, getCacheDataFilePattern, getCacheIvyPattern, getCacheResolvedIvyPattern, getCacheResolvedIvyPropertiesPattern, getDefaultCache, getDefaultLockStrategy, getLockStrategy, getRepositoryCacheRoot, getResolutionCacheRoot, getResolver, getResolver |
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)