Uses of Class
org.apache.ivy.plugins.namespace.Namespace
-
-
Uses of Namespace in org.apache.ivy.core.cache
Fields in org.apache.ivy.core.cache declared as Namespace Modifier and Type Field Description private NamespaceCacheMetadataOptions. namespaceMethods in org.apache.ivy.core.cache that return Namespace Modifier and Type Method Description NamespaceDefaultResolutionCacheManager.CacheParserSettings. getContextNamespace()NamespaceCacheMetadataOptions. getNamespace()NamespaceDefaultResolutionCacheManager.CacheParserSettings. getNamespace(java.lang.String namespace)Methods in org.apache.ivy.core.cache with parameters of type Namespace Modifier and Type Method Description CacheMetadataOptionsCacheMetadataOptions. setNamespace(Namespace namespace) -
Uses of Namespace in org.apache.ivy.core.module.descriptor
Fields in org.apache.ivy.core.module.descriptor declared as Namespace Modifier and Type Field Description private NamespaceDefaultDependencyDescriptor. namespaceThis namespace should be used to checkprivate NamespaceDefaultModuleDescriptor. namespaceMethods in org.apache.ivy.core.module.descriptor that return Namespace Modifier and Type Method Description NamespaceDefaultDependencyDescriptor. getNamespace()NamespaceDefaultModuleDescriptor. getNamespace()NamespaceDependencyDescriptor. getNamespace()Methods in org.apache.ivy.core.module.descriptor with parameters of type Namespace Modifier and Type Method Description voidDefaultModuleDescriptor. 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 Namespace Modifier and Type Field Description private java.util.Map<java.lang.String,Namespace>IvySettings. namespacesMethods in org.apache.ivy.core.settings that return Namespace Modifier and Type Method Description NamespaceIvySettings. getContextNamespace()NamespaceIvySettings. getNamespace(java.lang.String name)NamespaceIvySettings. getSystemNamespace()Methods in org.apache.ivy.core.settings with parameters of type Namespace Modifier and Type Method Description voidIvySettings. 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 Namespace Modifier and Type Field Description static NamespaceNamespace. SYSTEM_NAMESPACEMethods in org.apache.ivy.plugins.namespace with parameters of type Namespace Modifier and Type Method Description static 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 Namespace Modifier and Type Method Description NamespaceParserSettings. getContextNamespace()NamespaceParserSettings. getNamespace(java.lang.String namespace) -
Uses of Namespace in org.apache.ivy.plugins.parser.xml
Fields in org.apache.ivy.plugins.parser.xml declared as Namespace Modifier and Type Field Description private NamespaceUpdateOptions. namespaceNamespace in which the module to update is, may benull.private NamespaceXmlModuleDescriptorUpdater.UpdaterHandler. nsMethods in org.apache.ivy.plugins.parser.xml that return Namespace Modifier and Type Method Description NamespaceUpdateOptions. getNamespace()Methods in org.apache.ivy.plugins.parser.xml with parameters of type Namespace Modifier and Type Method Description UpdateOptionsUpdateOptions. setNamespace(Namespace ns) -
Uses of Namespace in org.apache.ivy.plugins.resolver
Fields in org.apache.ivy.plugins.resolver declared as Namespace Modifier and Type Field Description private NamespaceAbstractResolver. namespaceThe namespace to which this resolver belongsMethods in org.apache.ivy.plugins.resolver that return Namespace Modifier and Type Method Description NamespaceAbstractResolver.ResolverParserSettings. getContextNamespace()NamespaceAbstractResolver. getNamespace()NamespaceAbstractResolver.ResolverParserSettings. getNamespace(java.lang.String namespace)NamespaceDependencyResolver. getNamespace()Returns the namespace associated with this resolver.NamespaceResolverSettings. getNamespace(java.lang.String namespaceName)NamespaceResolverSettings. getSystemNamespace()
-