All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eriwen.gradle.js.source.JavaScriptProcessingChain Maven / Gradle / Ivy

The newest version!
package com.eriwen.gradle.js.source;

import groovy.lang.Closure;
import org.gradle.api.NamedDomainObjectList;
import org.gradle.api.tasks.SourceTask;

public interface JavaScriptProcessingChain extends NamedDomainObjectList {

    JavaScriptSourceSet getSource();

     T task(Class type);
     T task(String name, Class type);
     T task(Class type, Closure closure);
     T task(String name, Class type, Closure closure);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy