Package org.apache.ivy.plugins.parser
Interface ParserSettings
- All Known Subinterfaces:
CheckEngineSettings
,DeliverEngineSettings
,InstallEngineSettings
,PublishEngineSettings
,RepositoryManagementEngineSettings
,ResolveEngineSettings
,ResolverSettings
,RetrieveEngineSettings
- All Known Implementing Classes:
IvySettings
public interface ParserSettings
-
Method Summary
Modifier and TypeMethodDescriptiongetConflictManager
(String name) getDefaultBranch
(ModuleId moduleId) getMatcher
(String matcherName) getNamespace
(String namespace) getResolver
(ModuleRevisionId mRevId) getTimeoutConstraint
(String name) getVariable
(String string) resolveFile
(String filename) substitute
(String value) substitute
(Map<String, String> strings)
-
Method Details
-
substitute
-
substitute
-
getResolutionCacheManager
ResolutionCacheManager getResolutionCacheManager() -
getConflictManager
-
getMatcher
-
getNamespace
-
getStatusManager
StatusManager getStatusManager() -
getRelativeUrlResolver
RelativeUrlResolver getRelativeUrlResolver() -
getResolver
-
resolveFile
-
getDefaultBranch
-
getContextNamespace
Namespace getContextNamespace()- Returns:
- the namespace context in which the current descriptor is parsed.
-
getVariable
-
getTimeoutConstraint
- Parameters:
name
- The name of theTimeoutConstraint
- Returns:
- Returns a
TimeoutConstraint
which is identified by the passedname
. Returns null if no suchTimeoutConstraint
exists
-