org.apache.ivy.core.install
Interface InstallEngineSettings
- All Superinterfaces:
- ParserSettings
- All Known Implementing Classes:
- IvySettings
public interface InstallEngineSettings
- extends ParserSettings
getResolver
DependencyResolver getResolver(java.lang.String from)
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()