Package-level declarations

Contains classes working with the Gradle Project.

These classes wrap a Project and provide a high-level API for working with a certain aspect of the Project.

Types

Link copied to clipboard
public interface Dependant
Manages the dependencies of a Gradle project.
Link copied to clipboard
public final class DependantProject implements Dependant
A Dependant implemented on top of a DependencyHandler of a project.
Link copied to clipboard
public final class PlugableProject implements PluginTarget
An implementation of PluginTarget based on a Gradle Project.
Link copied to clipboard
public interface PluginTarget
A target of Gradle plugin application.
Link copied to clipboard
public final class ProjectSourceSuperset implements SourceSuperset
A SourceSuperset implementation based on source sets of a Gradle project.
Link copied to clipboard
public interface SourceSuperset
A set of source sets of a project.