Package org.apache.ivy.core.install
Interface InstallEngineSettings
- All Superinterfaces:
ParserSettings
- All Known Implementing Classes:
IvySettings
-
Method Summary
Modifier and TypeMethodDescriptiongetMatcher(String matcherName) getResolver(String from) booleanvoidsetLogNotConvertedExclusionRule(boolean log) Methods inherited from interface org.apache.ivy.plugins.parser.ParserSettings
getConflictManager, getContextNamespace, getDefaultBranch, getNamespace, getRelativeUrlResolver, getResolutionCacheManager, getResolver, getTimeoutConstraint, getVariable, resolveFile, substitute, substitute
-
Method Details
-
getResolver
-
getResolverNames
Collection<String> getResolverNames() -
getReportOutputters
ReportOutputter[] getReportOutputters() -
setLogNotConvertedExclusionRule
void setLogNotConvertedExclusionRule(boolean log) -
getStatusManager
StatusManager getStatusManager()- Specified by:
getStatusManagerin interfaceParserSettings
-
logNotConvertedExclusionRule
boolean logNotConvertedExclusionRule() -
getMatcher
- Specified by:
getMatcherin interfaceParserSettings
-
getMatcherNames
Collection<String> getMatcherNames()
-