Groovy Documentation

org.gradle
Class DefaultGradleFactory

java.lang.Object
  org.gradle.DefaultGradleFactory
All Implemented Interfaces:
GradleFactory

class DefaultGradleFactory

author:
Hans Dockter


Constructor Summary
DefaultGradleFactory(LoggingConfigurer loggingConfigurer, CommandLine2StartParameterConverter commandLine2StartParameterConverter)

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

LoggingConfigurer getLoggingConfigurer()

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

GradleLauncher newInstance(StartParameter startParameter)

void setLoggingConfigurer(LoggingConfigurer loggingConfigurer)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

DefaultGradleFactory

public DefaultGradleFactory(LoggingConfigurer loggingConfigurer, CommandLine2StartParameterConverter commandLine2StartParameterConverter)


 
Method Detail

createStartParameter

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


getLoggingConfigurer

public LoggingConfigurer getLoggingConfigurer()


newInstance

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


newInstance

public GradleLauncher newInstance(StartParameter startParameter)


setLoggingConfigurer

public void setLoggingConfigurer(LoggingConfigurer loggingConfigurer)


 

Groovy Documentation