Groovy Documentation

org.gradle
Interface GradleFactory


interface GradleFactory

A GradleFactory is responsible for creating a GradleLauncher instance for a build, from a StartParameter.

author:
Hans Dockter


Method Summary
StartParameter createStartParameter(java.lang.String[] commandLineArgs)

GradleLauncher newInstance(StartParameter startParameter)

Creates a new {

GradleLauncher newInstance(java.lang.String[] commandLineArgs)

 

Method Detail

createStartParameter

public StartParameter createStartParameter(java.lang.String[] commandLineArgs)


newInstance

public GradleLauncher newInstance(StartParameter startParameter)
Creates a new GradleLauncher instance for the given parameters.
param:
startParameter The parameters to use for the build.
return:
The new instance.


newInstance

public GradleLauncher newInstance(java.lang.String[] commandLineArgs)


 

Groovy Documentation