org.apache.ivy.plugins.namespace
public final class NameSpaceHelper extends Object
| Method Summary | |
|---|---|
| static DependencyDescriptor | toSystem(DependencyDescriptor dd, Namespace ns) |
| static ModuleDescriptor | toSystem(ModuleDescriptor md, Namespace ns) |
| static ResolvedModuleRevision | toSystem(ResolvedModuleRevision rmr, Namespace ns) |
| static DependencyDescriptor | transform(DependencyDescriptor dd, NamespaceTransformer t, boolean fromSystem) |
| static Artifact | transform(Artifact artifact, NamespaceTransformer t) |
| static MetadataArtifactDownloadReport | transform(MetadataArtifactDownloadReport report, NamespaceTransformer t) |
| static ArtifactId | transform(ArtifactId artifactId, NamespaceTransformer t) |
| static ModuleId | transform(ModuleId mid, NamespaceTransformer t) |
| static String | transformOrganisation(String org, NamespaceTransformer t) |