Package org.apache.ivy.core.cache
Class DefaultResolutionCacheManager.CacheParserSettings
java.lang.Object
org.apache.ivy.core.cache.DefaultResolutionCacheManager.CacheParserSettings
- All Implemented Interfaces:
ParserSettings
- Enclosing class:
- DefaultResolutionCacheManager
private static class DefaultResolutionCacheManager.CacheParserSettings
extends Object
implements ParserSettings
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCacheParserSettings
(ParserSettings delegate, Map<Object, Object> parentPaths) -
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)
-
Field Details
-
delegate
-
parentPaths
-
-
Constructor Details
-
CacheParserSettings
-
-
Method Details
-
substitute
- Specified by:
substitute
in interfaceParserSettings
-
substitute
- Specified by:
substitute
in interfaceParserSettings
-
getResolutionCacheManager
- Specified by:
getResolutionCacheManager
in interfaceParserSettings
-
getConflictManager
- Specified by:
getConflictManager
in interfaceParserSettings
-
getMatcher
- Specified by:
getMatcher
in interfaceParserSettings
-
getNamespace
- Specified by:
getNamespace
in interfaceParserSettings
-
getStatusManager
- Specified by:
getStatusManager
in interfaceParserSettings
-
getRelativeUrlResolver
- Specified by:
getRelativeUrlResolver
in interfaceParserSettings
-
getResolver
- Specified by:
getResolver
in interfaceParserSettings
-
resolveFile
- Specified by:
resolveFile
in interfaceParserSettings
-
getDefaultBranch
- Specified by:
getDefaultBranch
in interfaceParserSettings
-
getContextNamespace
- Specified by:
getContextNamespace
in interfaceParserSettings
- Returns:
- the namespace context in which the current descriptor is parsed.
-
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
-