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

org.koshinuke.yuzen.gradle.ContentsTask.groovy Maven / Gradle / Ivy

The newest version!
package org.koshinuke.yuzen.gradle;

import java.io.File;

import org.gradle.api.file.ConfigurableFileTree;


/**
 * @author taichi
 */
public interface ContentsTask {

	ConfigurableFileTree contents

	File destinationDir

	String templatePrefix

	String templateSuffix
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy