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

flair.gradle.cli.ICli.groovy Maven / Gradle / Ivy

package flair.gradle.cli

import flair.gradle.variants.Platform
import org.gradle.api.Project

/**
 * @author SamYStudiO ( [email protected] )
 */
public interface ICli
{
	List getArguments()

	void addArgument( String arg )

	void addArguments( String... args )

	void addArguments( List args )

	void clearArguments()

	String execute( Project project )

	String execute( Project project , Platform platform )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy