public class ModuleScopedParserSettings extends Object implements org.apache.ivy.plugins.parser.ParserSettings
| Constructor and Description |
|---|
ModuleScopedParserSettings(org.apache.ivy.plugins.parser.ParserSettings settings,
org.apache.ivy.plugins.resolver.DependencyResolver currentResolver,
org.apache.ivy.core.module.id.ModuleRevisionId currentRevisionId) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ivy.plugins.conflict.ConflictManager |
getConflictManager(String name) |
org.apache.ivy.plugins.namespace.Namespace |
getContextNamespace() |
String |
getDefaultBranch(org.apache.ivy.core.module.id.ModuleId moduleId) |
org.apache.ivy.plugins.matcher.PatternMatcher |
getMatcher(String matcherName) |
org.apache.ivy.plugins.namespace.Namespace |
getNamespace(String namespace) |
org.apache.ivy.core.RelativeUrlResolver |
getRelativeUrlResolver() |
org.apache.ivy.core.cache.ResolutionCacheManager |
getResolutionCacheManager() |
org.apache.ivy.plugins.resolver.DependencyResolver |
getResolver(org.apache.ivy.core.module.id.ModuleRevisionId mRevId) |
org.apache.ivy.core.module.status.StatusManager |
getStatusManager() |
File |
resolveFile(String filename) |
Map |
substitute(Map strings) |
String |
substitute(String value) |
public ModuleScopedParserSettings(org.apache.ivy.plugins.parser.ParserSettings settings,
org.apache.ivy.plugins.resolver.DependencyResolver currentResolver,
org.apache.ivy.core.module.id.ModuleRevisionId currentRevisionId)
public org.apache.ivy.plugins.resolver.DependencyResolver getResolver(org.apache.ivy.core.module.id.ModuleRevisionId mRevId)
getResolver in interface org.apache.ivy.plugins.parser.ParserSettingspublic org.apache.ivy.plugins.conflict.ConflictManager getConflictManager(String name)
getConflictManager in interface org.apache.ivy.plugins.parser.ParserSettingspublic String substitute(String value)
substitute in interface org.apache.ivy.plugins.parser.ParserSettingspublic Map substitute(Map strings)
substitute in interface org.apache.ivy.plugins.parser.ParserSettingspublic org.apache.ivy.core.cache.ResolutionCacheManager getResolutionCacheManager()
getResolutionCacheManager in interface org.apache.ivy.plugins.parser.ParserSettingspublic org.apache.ivy.plugins.matcher.PatternMatcher getMatcher(String matcherName)
getMatcher in interface org.apache.ivy.plugins.parser.ParserSettingspublic org.apache.ivy.plugins.namespace.Namespace getNamespace(String namespace)
getNamespace in interface org.apache.ivy.plugins.parser.ParserSettingspublic org.apache.ivy.core.module.status.StatusManager getStatusManager()
getStatusManager in interface org.apache.ivy.plugins.parser.ParserSettingspublic org.apache.ivy.core.RelativeUrlResolver getRelativeUrlResolver()
getRelativeUrlResolver in interface org.apache.ivy.plugins.parser.ParserSettingspublic File resolveFile(String filename)
resolveFile in interface org.apache.ivy.plugins.parser.ParserSettingspublic String getDefaultBranch(org.apache.ivy.core.module.id.ModuleId moduleId)
getDefaultBranch in interface org.apache.ivy.plugins.parser.ParserSettingspublic org.apache.ivy.plugins.namespace.Namespace getContextNamespace()
getContextNamespace in interface org.apache.ivy.plugins.parser.ParserSettingsCopyright © 2013. All rights reserved