| Package | Description |
|---|---|
| org.gradle.api.internal | |
| org.gradle.api.internal.classpath | |
| org.gradle.process.internal.child | |
| org.gradle.util |
| Modifier and Type | Method and Description |
|---|---|
ClassPath |
DynamicModulesClassPathProvider.findClassPath(String name) |
ClassPath |
DependencyClassPathProvider.findClassPath(String name) |
ClassPath |
DefaultClassPathProvider.findClassPath(String name) |
ClassPath |
ClassPathProvider.findClassPath(String name)
Returns the files for the given classpath, if known.
|
ClassPath |
DefaultClassPathRegistry.getClassPath(String name) |
ClassPath |
ClassPathRegistry.getClassPath(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
EffectiveClassPath |
| Modifier and Type | Method and Description |
|---|---|
ClassPath |
Module.getClasspath()
Returns implementation + runtime
|
ClassPath |
Module.getImplementationClasspath()
Returns the classpath for the module implementation.
|
ClassPath |
Module.getRuntimeClasspath()
Returns the classpath containing the runtime dependencies of the module.
|
| Modifier and Type | Method and Description |
|---|---|
ClassPath |
WorkerProcessClassPathProvider.findClassPath(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClassPath |
| Modifier and Type | Method and Description |
|---|---|
ClassPath |
DefaultClassPath.plus(ClassPath other) |
ClassPath |
ClassPath.plus(ClassPath classPath) |
ClassPath |
DefaultClassPath.plus(Collection<File> other) |
ClassPath |
ClassPath.plus(Collection<File> classPath) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
DefaultClassLoaderFactory.createIsolatedClassLoader(ClassPath classPath) |
ClassLoader |
ClassLoaderFactory.createIsolatedClassLoader(ClassPath classPath)
Creates a ClassLoader implementation which has only the classes from the specified URIs and the Java API visible.
|
ClassPath |
DefaultClassPath.plus(ClassPath other) |
ClassPath |
ClassPath.plus(ClassPath classPath) |
| Constructor and Description |
|---|
MutableURLClassLoader(ClassLoader parent,
ClassPath classPath) |
Copyright © 2013. All rights reserved