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 PatternMatcher
getMatcher(java.lang.String matcherName)
java.util.Collection<java.lang.String>
getMatcherNames()
ReportOutputter[]
getReportOutputters()
DependencyResolver
getResolver(java.lang.String from)
java.util.Collection<java.lang.String>
getResolverNames()
StatusManager
getStatusManager()
boolean
logNotConvertedExclusionRule()
void
setLogNotConvertedExclusionRule(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:
getStatusManager
in interfaceParserSettings
-
logNotConvertedExclusionRule
boolean logNotConvertedExclusionRule()
-
getMatcher
PatternMatcher getMatcher(java.lang.String matcherName)
- Specified by:
getMatcher
in interfaceParserSettings
-
getMatcherNames
java.util.Collection<java.lang.String> getMatcherNames()
-
-