Package org.gradle.api.internal.project

Examples of org.gradle.api.internal.project.GlobalServicesRegistry


    private final ServiceRegistry sharedServices;
    private final NestedBuildTracker tracker;
    private CommandLineConverter<StartParameter> commandLineConverter;

    public DefaultGradleLauncherFactory(ServiceRegistry loggingServices) {
        this(new GlobalServicesRegistry(loggingServices));
    }
View Full Code Here


    public DefaultGradleLauncherFactory(ServiceRegistry loggingServices) {
        this(new GlobalServicesRegistry(loggingServices));
    }
   
    public DefaultGradleLauncherFactory() {
        this(new GlobalServicesRegistry());
    }
View Full Code Here

TOP

Related Classes of org.gradle.api.internal.project.GlobalServicesRegistry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.