Package org.apache.ivy.core.install
Interface InstallEngineSettings
-
- All Superinterfaces:
ParserSettings
- All Known Implementing Classes:
IvySettings
public interface InstallEngineSettings extends ParserSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatternMatchergetMatcher(java.lang.String matcherName)java.util.Collection<java.lang.String>getMatcherNames()ReportOutputter[]getReportOutputters()DependencyResolvergetResolver(java.lang.String from)java.util.Collection<java.lang.String>getResolverNames()StatusManagergetStatusManager()booleanlogNotConvertedExclusionRule()voidsetLogNotConvertedExclusionRule(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 Detail
-
getResolver
DependencyResolver getResolver(java.lang.String from)
-
getResolverNames
java.util.Collection<java.lang.String> getResolverNames()
-
getReportOutputters
ReportOutputter[] getReportOutputters()
-
setLogNotConvertedExclusionRule
void setLogNotConvertedExclusionRule(boolean log)
-
getStatusManager
StatusManager getStatusManager()
- Specified by:
getStatusManagerin interfaceParserSettings
-
logNotConvertedExclusionRule
boolean logNotConvertedExclusionRule()
-
getMatcher
PatternMatcher getMatcher(java.lang.String matcherName)
- Specified by:
getMatcherin interfaceParserSettings
-
getMatcherNames
java.util.Collection<java.lang.String> getMatcherNames()
-
-