|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GradleFactory
A GradleFactory
is responsible for creating a Gradle
instance for a build, from a StartParameter
.
Method Summary | |
---|---|
StartParameter |
createStartParameter(java.lang.String[] commandLineArgs)
|
Gradle |
newInstance(StartParameter startParameter)
Creates a new Gradle instance for the given parameters. |
Gradle |
newInstance(java.lang.String[] commandLineArgs)
|
Method Detail |
---|
Gradle newInstance(StartParameter startParameter)
Gradle
instance for the given parameters.
startParameter
- The parameters to use for the build.
Gradle newInstance(java.lang.String[] commandLineArgs)
StartParameter createStartParameter(java.lang.String[] commandLineArgs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |