Package org.gradle.launcher.daemon.server.health

Examples of org.gradle.launcher.daemon.server.health.DefaultDaemonHealthServices


        String fileName = String.format("daemon-%s.out.log", pid == null ? UUID.randomUUID() : pid);
        return new File(get(DaemonDir.class).getVersionedDir(), fileName);
    }

    protected DaemonHealthServices createDaemonHealthServices() {
        return new DefaultDaemonHealthServices();
    }
View Full Code Here

TOP

Related Classes of org.gradle.launcher.daemon.server.health.DefaultDaemonHealthServices

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.