Package org.apache.ivy.plugins.resolver
Class AbstractResolver.ResolverParserSettings
java.lang.Object
org.apache.ivy.plugins.resolver.AbstractResolver.ResolverParserSettings
- All Implemented Interfaces:
ParserSettings
- Enclosing class:
- AbstractResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConflictManager(String name) getDefaultBranch(ModuleId moduleId) getMatcher(String matcherName) getNamespace(String namespace) getResolver(ModuleRevisionId mRevId) getTimeoutConstraint(String name) getVariable(String value) resolveFile(String filename) substitute(String value) substitute(Map<String, String> strings)
-
Constructor Details
-
ResolverParserSettings
private ResolverParserSettings()
-
-
Method Details
-
getConflictManager
- Specified by:
getConflictManagerin interfaceParserSettings
-
getContextNamespace
- Specified by:
getContextNamespacein interfaceParserSettings- Returns:
- the namespace context in which the current descriptor is parsed.
-
getDefaultBranch
- Specified by:
getDefaultBranchin interfaceParserSettings
-
getMatcher
- Specified by:
getMatcherin interfaceParserSettings
-
getNamespace
- Specified by:
getNamespacein interfaceParserSettings
-
getRelativeUrlResolver
- Specified by:
getRelativeUrlResolverin interfaceParserSettings
-
getResolutionCacheManager
- Specified by:
getResolutionCacheManagerin interfaceParserSettings
-
getResolver
- Specified by:
getResolverin interfaceParserSettings
-
getStatusManager
- Specified by:
getStatusManagerin interfaceParserSettings
-
resolveFile
- Specified by:
resolveFilein interfaceParserSettings
-
substitute
- Specified by:
substitutein interfaceParserSettings
-
substitute
- Specified by:
substitutein interfaceParserSettings
-
getVariable
- Specified by:
getVariablein interfaceParserSettings
-
getTimeoutConstraint
- Specified by:
getTimeoutConstraintin interfaceParserSettings- Parameters:
name- The name of theTimeoutConstraint- Returns:
- Returns a
TimeoutConstraintwhich is identified by the passedname. Returns null if no suchTimeoutConstraintexists
-