| Modifier and Type | Method and Description |
|---|---|
ProjectInternal |
GradleInternal.getDefaultProject()
Returns the default project.
|
ProjectInternal |
GradleInternal.getRootProject()
Returns the root project of this build.
|
| Modifier and Type | Method and Description |
|---|---|
IProjectRegistry<ProjectInternal> |
GradleInternal.getProjectRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Task> |
AbstractTask.injectIntoNewInstance(ProjectInternal project,
String name,
Callable<T> factory) |
void |
GradleInternal.setDefaultProject(ProjectInternal defaultProject)
Called by the BuildLoader after the default project is determined.
|
void |
GradleInternal.setRootProject(ProjectInternal rootProject)
Called by the BuildLoader after the root project is determined.
|
| Constructor and Description |
|---|
DefaultProjectDependency(ProjectInternal dependencyProject,
ProjectDependenciesBuildInstruction instruction) |
DefaultProjectDependency(ProjectInternal dependencyProject,
String configuration,
ProjectDependenciesBuildInstruction instruction) |
| Modifier and Type | Method and Description |
|---|---|
ProjectInternal |
ProjectFinder.getProject(String path) |
| Modifier and Type | Method and Description |
|---|---|
ProjectInternal |
ProjectDependencyDescriptor.getTargetProject() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProject |
class |
DefaultProject |
| Modifier and Type | Method and Description |
|---|---|
ProjectInternal |
IProjectFactory.createProject(ProjectDescriptor projectDescriptor,
ProjectInternal parent,
GradleInternal gradle) |
ProjectInternal |
ProjectInternal.findProject(String path) |
ProjectInternal |
AbstractProject.findProject(String path) |
ProjectInternal |
ProjectInternal.getParent() |
ProjectInternal |
AbstractProject.getParent() |
ProjectInternal |
ProjectInternal.getRootProject() |
ProjectInternal |
AbstractProject.getRootProject() |
ProjectInternal |
ProjectInternal.project(String path) |
ProjectInternal |
AbstractProject.project(String path) |
| Modifier and Type | Method and Description |
|---|---|
IProjectRegistry<ProjectInternal> |
ProjectInternal.getProjectRegistry() |
IProjectRegistry<ProjectInternal> |
AbstractProject.getProjectRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectInternal.addChildProject(ProjectInternal childProject) |
void |
AbstractProject.addChildProject(ProjectInternal childProject) |
DefaultProject |
ProjectFactory.createProject(ProjectDescriptor projectDescriptor,
ProjectInternal parent,
GradleInternal gradle) |
ProjectInternal |
IProjectFactory.createProject(ProjectDescriptor projectDescriptor,
ProjectInternal parent,
GradleInternal gradle) |
| Constructor and Description |
|---|
AbstractProject(String name,
ProjectInternal parent,
File projectDir,
ScriptSource buildScriptSource,
GradleInternal gradle,
ServiceRegistryFactory serviceRegistryFactory) |
DefaultProject(String name,
ProjectInternal parent,
File projectDir,
ScriptSource buildScriptSource,
GradleInternal gradle,
ServiceRegistryFactory serviceRegistryFactory) |
ProjectInternalServiceRegistry(ServiceRegistry parent,
ProjectInternal project) |
TaskInternalServiceRegistry(ServiceRegistry parent,
ProjectInternal project,
TaskInternal taskInternal) |
| Modifier and Type | Method and Description |
|---|---|
TaskInternal |
TaskFactory.createTask(ProjectInternal project,
Map<String,?> args) |
TaskInternal |
ITaskFactory.createTask(ProjectInternal project,
Map<String,?> args) |
TaskInternal |
DependencyAutoWireTaskFactory.createTask(ProjectInternal project,
Map<String,?> args) |
TaskInternal |
AnnotationProcessingTaskFactory.createTask(ProjectInternal project,
Map<String,?> args) |
| Modifier and Type | Field and Description |
|---|---|
protected ProjectInternal |
DefaultTaskCollection.project |
| Constructor and Description |
|---|
DefaultTaskCollection(Class<? extends T> type,
Set<T> store,
CollectionEventRegister<T> eventRegister,
Instantiator instantiator,
ProjectInternal project) |
DefaultTaskCollection(Class<T> type,
Instantiator instantiator,
ProjectInternal project) |
DefaultTaskCollection(DefaultTaskCollection<? super T> collection,
CollectionFilter<T> filter,
Instantiator instantiator,
ProjectInternal project) |
DefaultTaskContainer(ProjectInternal project,
Instantiator instantiator,
ITaskFactory taskFactory) |
| Constructor and Description |
|---|
DefaultJavaCompilerFactory(ProjectInternal project,
TemporaryFileProvider tempFileProvider,
Factory<AntBuilder> antBuilderFactory,
JavaCompilerFactory inProcessCompilerFactory) |
GroovyCompilerFactory(ProjectInternal project,
IsolatedAntBuilder antBuilder,
ClassPathRegistry classPathRegistry,
DefaultJavaCompilerFactory javaCompilerFactory) |
| Modifier and Type | Method and Description |
|---|---|
CompilerDaemon |
InProcessCompilerDaemonFactory.getDaemon(ProjectInternal project,
DaemonForkOptions forkOptions) |
CompilerDaemon |
CompilerDaemonManager.getDaemon(ProjectInternal project,
DaemonForkOptions forkOptions) |
CompilerDaemon |
CompilerDaemonFactory.getDaemon(ProjectInternal project,
DaemonForkOptions forkOptions) |
| Constructor and Description |
|---|
DaemonGroovyCompiler(ProjectInternal project,
Compiler<GroovyJavaJointCompileSpec> delegate,
CompilerDaemonFactory daemonFactory) |
DaemonJavaCompiler(ProjectInternal project,
Compiler<JavaCompileSpec> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportingBasePlugin.apply(ProjectInternal project) |
void |
GroovyBasePlugin.apply(ProjectInternal project) |
| Constructor and Description |
|---|
ReportingBasePluginConvention(ProjectInternal project,
ReportingExtension extension)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AntlrPlugin.apply(ProjectInternal project) |
| Constructor and Description |
|---|
OsgiPluginConvention(ProjectInternal project) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectEvaluator.evaluate(ProjectInternal project,
ProjectStateInternal state) |
void |
LifecycleProjectEvaluator.evaluate(ProjectInternal project,
ProjectStateInternal state) |
void |
BuildScriptProcessor.evaluate(ProjectInternal project,
ProjectStateInternal state) |
void |
ProjectEvaluationConfigurer.execute(ProjectInternal projectInternal) |
void |
ImplicitTasksConfigurer.execute(ProjectInternal project) |
| Modifier and Type | Method and Description |
|---|---|
ProjectInternal |
DefaultGradle.getDefaultProject() |
ProjectInternal |
DefaultGradle.getRootProject() |
| Modifier and Type | Method and Description |
|---|---|
IProjectRegistry<ProjectInternal> |
DefaultGradle.getProjectRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGradle.setDefaultProject(ProjectInternal defaultProject) |
void |
DefaultGradle.setRootProject(ProjectInternal rootProject) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinariesPlugin.apply(ProjectInternal project) |
| Modifier and Type | Method and Description |
|---|---|
ProjectInternal |
DefaultBinary.getProject() |
| Constructor and Description |
|---|
DefaultBinary(String name,
ProjectInternal project,
CompileSpecFactory specFactory) |
DefaultExecutable(String name,
ProjectInternal project,
CompileSpecFactory specFactory) |
DefaultLibrary(String name,
ProjectInternal project,
CompileSpecFactory specFactory) |
| Constructor and Description |
|---|
CppExtension(ProjectInternal project) |
| Constructor and Description |
|---|
GppCompileSpecFactory(ProjectInternal project) |
| Constructor and Description |
|---|
DefaultCppSourceSet(String name,
ProjectInternal project) |
| Modifier and Type | Method and Description |
|---|---|
void |
EarPlugin.apply(ProjectInternal project) |
Copyright © 2013. All rights reserved