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:
getConflictManager
in interfaceParserSettings
-
getContextNamespace
- Specified by:
getContextNamespace
in interfaceParserSettings
- Returns:
- the namespace context in which the current descriptor is parsed.
-
getDefaultBranch
- Specified by:
getDefaultBranch
in interfaceParserSettings
-
getMatcher
- Specified by:
getMatcher
in interfaceParserSettings
-
getNamespace
- Specified by:
getNamespace
in interfaceParserSettings
-
getRelativeUrlResolver
- Specified by:
getRelativeUrlResolver
in interfaceParserSettings
-
getResolutionCacheManager
- Specified by:
getResolutionCacheManager
in interfaceParserSettings
-
getResolver
- Specified by:
getResolver
in interfaceParserSettings
-
getStatusManager
- Specified by:
getStatusManager
in interfaceParserSettings
-
resolveFile
- Specified by:
resolveFile
in interfaceParserSettings
-
substitute
- Specified by:
substitute
in interfaceParserSettings
-
substitute
- Specified by:
substitute
in interfaceParserSettings
-
getVariable
- Specified by:
getVariable
in interfaceParserSettings
-
getTimeoutConstraint
- Specified by:
getTimeoutConstraint
in interfaceParserSettings
- Parameters:
name
- The name of theTimeoutConstraint
- Returns:
- Returns a
TimeoutConstraint
which is identified by the passedname
. Returns null if no suchTimeoutConstraint
exists
-