java.net.URI to java.lang.String
No. of Instances - 39
No. of Commits - 13
No. of Projects - {'alluxio', 'closure-compiler', 'jetty.project', 'pentaho-kettle', 'cryptomator', 'cucumber-jvm', 'Singularity', 'FluentLenium', 'wildfly', 'camel'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- connect(mesosMasterURI,frameworkInfo,scheduler) to connect(URI.create(mesosMasterURI),frameworkInfo,scheduler)
- uri.resolve(nameUri) to this.path
- uri.toString() to path
- resolveUris(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootUris) to resolvePaths(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootPaths)
- createRootUris(moduleRoots,pathResolver) to createRootPaths(moduleRoots,pathResolver)
- resolveUris(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootUris) to resolvePaths(Iterables.transform(Iterables.transform(inputs,UNWRAP_DEPENDENCY_INFO),pathResolver),moduleRootPaths)
- normalize(ModuleNames.escapeUri(pathResolver.apply(path)),moduleRootUris) to normalize(ModuleNames.escapePath(pathResolver.apply(path)),moduleRootPaths)
- ModuleNames.escapeUri(resolver.apply(root)) to ModuleNames.escapePath(resolver.apply(root))
- resolved.add(normalize(ModuleNames.escapeUri(name),roots)) to resolved.add(normalize(ModuleNames.escapePath(name),roots))
- FileSystems.getDefault().getPath(jarFileLocation.getPath()) to FileSystems.getDefault().getPath(jarFileLocation)
- fixedBaseUriSpec to uri.getAuthority()
- normalize to toString
- getURIAttributeValue(streamReader,i) to streamReader.getAttributeValue(i)
- httpUri to endpoint.getEndpointUri()
- host.getPath().substring(1) to host