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 Namespace
CacheMetadataOptions. namespace
Methods in org.apache.ivy.core.cache that return Namespace Modifier and Type Method Description Namespace
DefaultResolutionCacheManager.CacheParserSettings. getContextNamespace()
Namespace
CacheMetadataOptions. getNamespace()
Namespace
DefaultResolutionCacheManager.CacheParserSettings. getNamespace(java.lang.String namespace)
Methods in org.apache.ivy.core.cache with parameters of type Namespace Modifier and Type Method Description CacheMetadataOptions
CacheMetadataOptions. 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 Namespace
DefaultDependencyDescriptor. namespace
This namespace should be used to checkprivate Namespace
DefaultModuleDescriptor. namespace
Methods in org.apache.ivy.core.module.descriptor that return Namespace Modifier and Type Method Description Namespace
DefaultDependencyDescriptor. getNamespace()
Namespace
DefaultModuleDescriptor. getNamespace()
Namespace
DependencyDescriptor. getNamespace()
Methods in org.apache.ivy.core.module.descriptor with parameters of type Namespace Modifier and Type Method Description void
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 Namespace Modifier and Type Field Description private java.util.Map<java.lang.String,Namespace>
IvySettings. namespaces
Methods in org.apache.ivy.core.settings that return Namespace Modifier and Type Method Description Namespace
IvySettings. getContextNamespace()
Namespace
IvySettings. getNamespace(java.lang.String name)
Namespace
IvySettings. getSystemNamespace()
Methods in org.apache.ivy.core.settings with parameters of type Namespace Modifier and Type Method Description void
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 Namespace Modifier and Type Field Description static Namespace
Namespace. SYSTEM_NAMESPACE
Methods in org.apache.ivy.plugins.namespace with parameters of type Namespace Modifier and Type Method Description static 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 Namespace Modifier and Type Method Description Namespace
ParserSettings. getContextNamespace()
Namespace
ParserSettings. 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 Namespace
UpdateOptions. namespace
Namespace in which the module to update is, may benull
.private Namespace
XmlModuleDescriptorUpdater.UpdaterHandler. ns
Methods in org.apache.ivy.plugins.parser.xml that return Namespace Modifier and Type Method Description Namespace
UpdateOptions. getNamespace()
Methods in org.apache.ivy.plugins.parser.xml with parameters of type Namespace Modifier and Type Method Description UpdateOptions
UpdateOptions. 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 Namespace
AbstractResolver. namespace
The namespace to which this resolver belongsMethods in org.apache.ivy.plugins.resolver that return Namespace Modifier and Type Method Description Namespace
AbstractResolver.ResolverParserSettings. getContextNamespace()
Namespace
AbstractResolver. getNamespace()
Namespace
AbstractResolver.ResolverParserSettings. getNamespace(java.lang.String namespace)
Namespace
DependencyResolver. getNamespace()
Returns the namespace associated with this resolver.Namespace
ResolverSettings. getNamespace(java.lang.String namespaceName)
Namespace
ResolverSettings. getSystemNamespace()
-