Uses of Class
org.apache.ivy.plugins.namespace.Namespace
Packages that use Namespace
Package
Description
-
Uses of Namespace in org.apache.ivy.core.cache
Fields in org.apache.ivy.core.cache declared as NamespaceMethods in org.apache.ivy.core.cache that return NamespaceModifier and TypeMethodDescriptionDefaultResolutionCacheManager.CacheParserSettings.getContextNamespace()
CacheMetadataOptions.getNamespace()
DefaultResolutionCacheManager.CacheParserSettings.getNamespace
(String namespace) Methods in org.apache.ivy.core.cache with parameters of type Namespace -
Uses of Namespace in org.apache.ivy.core.module.descriptor
Fields in org.apache.ivy.core.module.descriptor declared as NamespaceModifier and TypeFieldDescriptionprivate Namespace
DefaultDependencyDescriptor.namespace
This namespace should be used to checkprivate Namespace
DefaultModuleDescriptor.namespace
Methods in org.apache.ivy.core.module.descriptor that return NamespaceModifier and TypeMethodDescriptionDefaultDependencyDescriptor.getNamespace()
DefaultModuleDescriptor.getNamespace()
DependencyDescriptor.getNamespace()
Methods in org.apache.ivy.core.module.descriptor with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
DefaultModuleDescriptor.setNamespace
(Namespace ns) static DependencyDescriptor
DefaultDependencyDescriptor.transformInstance
(DependencyDescriptor dd, Namespace ns) Transforms the given dependency descriptor of the given namespace and return a new dependency descriptor in the system namespace.static ModuleDescriptor
DefaultModuleDescriptor.transformInstance
(ModuleDescriptor md, Namespace ns) Transforms the given module descriptor of the given namespace and return a new module descriptor in the system namespace. -
Uses of Namespace in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings with type parameters of type NamespaceMethods in org.apache.ivy.core.settings that return NamespaceModifier and TypeMethodDescriptionIvySettings.getContextNamespace()
IvySettings.getNamespace
(String name) final Namespace
IvySettings.getSystemNamespace()
Methods in org.apache.ivy.core.settings with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
IvySettings.addConfigured
(Namespace ns) void
IvySettings.addNamespace
(Namespace ns) -
Uses of Namespace in org.apache.ivy.plugins.namespace
Fields in org.apache.ivy.plugins.namespace declared as NamespaceMethods in org.apache.ivy.plugins.namespace with parameters of type NamespaceModifier and TypeMethodDescriptionstatic DependencyDescriptor
NameSpaceHelper.toSystem
(DependencyDescriptor dd, Namespace ns) static ModuleDescriptor
NameSpaceHelper.toSystem
(ModuleDescriptor md, Namespace ns) static ResolvedModuleRevision
NameSpaceHelper.toSystem
(ResolvedModuleRevision rmr, Namespace ns) -
Uses of Namespace in org.apache.ivy.plugins.parser
Methods in org.apache.ivy.plugins.parser that return NamespaceModifier and TypeMethodDescriptionParserSettings.getContextNamespace()
ParserSettings.getNamespace
(String namespace) -
Uses of Namespace in org.apache.ivy.plugins.parser.xml
Fields in org.apache.ivy.plugins.parser.xml declared as NamespaceModifier and TypeFieldDescriptionprivate Namespace
UpdateOptions.namespace
Namespace in which the module to update is, may benull
.private final Namespace
XmlModuleDescriptorUpdater.UpdaterHandler.ns
Methods in org.apache.ivy.plugins.parser.xml that return NamespaceMethods in org.apache.ivy.plugins.parser.xml with parameters of type Namespace -
Uses of Namespace in org.apache.ivy.plugins.resolver
Fields in org.apache.ivy.plugins.resolver declared as NamespaceModifier and TypeFieldDescriptionprivate Namespace
AbstractResolver.namespace
The namespace to which this resolver belongsMethods in org.apache.ivy.plugins.resolver that return NamespaceModifier and TypeMethodDescriptionAbstractResolver.ResolverParserSettings.getContextNamespace()
AbstractResolver.getNamespace()
AbstractResolver.ResolverParserSettings.getNamespace
(String namespace) DependencyResolver.getNamespace()
Returns the namespace associated with this resolver.ResolverSettings.getNamespace
(String namespaceName) ResolverSettings.getSystemNamespace()