org.apache.ivy.core.install
Interface InstallEngineSettings
- All Superinterfaces:
- CacheSettings, ParserSettings
- All Known Implementing Classes:
- IvySettings
public interface InstallEngineSettings
- extends CacheSettings
Methods inherited from interface org.apache.ivy.core.cache.CacheSettings |
debugLocking, getCacheArtifactPattern, getCacheDataFilePattern, getCacheIvyPattern, getCacheResolvedIvyPattern, getCacheResolvedIvyPropertiesPattern, getDefaultCache, getDefaultLockStrategy, getLockStrategy, getRepositoryCacheRoot, getResolutionCacheRoot, getResolver, getVersionMatcher |
getResolver
DependencyResolver getResolver(java.lang.String from)
- Specified by:
getResolver
in interface CacheSettings
getResolverNames
java.util.Collection getResolverNames()
getReportOutputters
ReportOutputter[] getReportOutputters()
setLogNotConvertedExclusionRule
void setLogNotConvertedExclusionRule(boolean log)
getStatusManager
StatusManager getStatusManager()
- Specified by:
getStatusManager
in interface ParserSettings
logNotConvertedExclusionRule
boolean logNotConvertedExclusionRule()
getMatcher
PatternMatcher getMatcher(java.lang.String matcherName)
- Specified by:
getMatcher
in interface ParserSettings
getMatcherNames
java.util.Collection getMatcherNames()