public class DefaultModuleRegistry extends Object implements ModuleRegistry, GradleDistributionLocator
| Constructor and Description |
|---|
DefaultModuleRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Module |
getExternalModule(String name)
Locates an external module by name.
|
Set<File> |
getFullClasspath()
Returns all the candidate JARs to be considered by this registry.
|
File |
getGradleHome()
Returns the directory containing the Gradle distribution of the current Gradle version.
|
Module |
getModule(String name)
Locates a module by name.
|
public Set<File> getFullClasspath()
public File getGradleHome()
GradleDistributionLocatorgetGradleHome in interface GradleDistributionLocatorpublic Module getExternalModule(String name)
ModuleRegistrygetExternalModule in interface ModuleRegistrypublic Module getModule(String name)
ModuleRegistrygetModule in interface ModuleRegistryCopyright © 2013. All rights reserved