public interface ParserSettings
Modifier and Type | Method and Description |
---|---|
ConflictManager |
getConflictManager(java.lang.String name) |
Namespace |
getContextNamespace() |
java.lang.String |
getDefaultBranch(ModuleId moduleId) |
PatternMatcher |
getMatcher(java.lang.String matcherName) |
Namespace |
getNamespace(java.lang.String namespace) |
RelativeUrlResolver |
getRelativeUrlResolver() |
ResolutionCacheManager |
getResolutionCacheManager() |
DependencyResolver |
getResolver(ModuleRevisionId mRevId) |
StatusManager |
getStatusManager() |
TimeoutConstraint |
getTimeoutConstraint(java.lang.String name) |
java.lang.String |
getVariable(java.lang.String string) |
java.io.File |
resolveFile(java.lang.String filename) |
java.util.Map<java.lang.String,java.lang.String> |
substitute(java.util.Map<java.lang.String,java.lang.String> strings) |
java.lang.String |
substitute(java.lang.String value) |
java.lang.String substitute(java.lang.String value)
java.util.Map<java.lang.String,java.lang.String> substitute(java.util.Map<java.lang.String,java.lang.String> strings)
ResolutionCacheManager getResolutionCacheManager()
ConflictManager getConflictManager(java.lang.String name)
PatternMatcher getMatcher(java.lang.String matcherName)
Namespace getNamespace(java.lang.String namespace)
StatusManager getStatusManager()
RelativeUrlResolver getRelativeUrlResolver()
DependencyResolver getResolver(ModuleRevisionId mRevId)
java.io.File resolveFile(java.lang.String filename)
java.lang.String getDefaultBranch(ModuleId moduleId)
Namespace getContextNamespace()
java.lang.String getVariable(java.lang.String string)
TimeoutConstraint getTimeoutConstraint(java.lang.String name)
name
- The name of the TimeoutConstraint
TimeoutConstraint
which is identified by the passed name
. Returns null
if no such TimeoutConstraint
existsCopyright ©2007-2020 The Apache Software Foundation, Licensed under Apache License, Version 2.0.