| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build files. |
| org.gradle.api.internal.artifacts | |
| org.gradle.api.internal.project |
| Modifier and Type | Method and Description |
|---|---|
ArtifactHandler |
Project.getArtifacts()
Returns a handler for assigning artifacts produced by the project to configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactHandler |
DependencyResolutionServices.getArtifactHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected ArtifactHandler |
ProjectInternalServiceRegistry.createArtifactHandler() |
ArtifactHandler |
AbstractProject.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProject.setArtifactHandler(ArtifactHandler artifactHandler) |
Copyright © 2013. All rights reserved