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 NamespaceDefaultDependencyDescriptor.namespaceThis namespace should be used to checkprivate NamespaceDefaultModuleDescriptor.namespaceMethods 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 TypeMethodDescriptionvoidDefaultModuleDescriptor.setNamespace(Namespace ns) static DependencyDescriptorDefaultDependencyDescriptor.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 ModuleDescriptorDefaultModuleDescriptor.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 NamespaceIvySettings.getSystemNamespace()Methods in org.apache.ivy.core.settings with parameters of type NamespaceModifier and TypeMethodDescriptionvoidIvySettings.addConfigured(Namespace ns) voidIvySettings.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 DependencyDescriptorNameSpaceHelper.toSystem(DependencyDescriptor dd, Namespace ns) static ModuleDescriptorNameSpaceHelper.toSystem(ModuleDescriptor md, Namespace ns) static ResolvedModuleRevisionNameSpaceHelper.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 NamespaceUpdateOptions.namespaceNamespace in which the module to update is, may benull.private final NamespaceXmlModuleDescriptorUpdater.UpdaterHandler.nsMethods 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 NamespaceAbstractResolver.namespaceThe 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()