Package org.gradle.api.internal

Examples of org.gradle.api.internal.NamedDomainObjectContainerConfigureDelegate


        }
        return task;
    }

    public TaskContainerInternal configure(Closure configureClosure) {
        ConfigureUtil.configure(configureClosure, new NamedDomainObjectContainerConfigureDelegate(configureClosure.getOwner(), this));
        return this;
    }
View Full Code Here

TOP

Related Classes of org.gradle.api.internal.NamedDomainObjectContainerConfigureDelegate

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.