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

org.webpieces.templatingdev.api.ScriptOutput Maven / Gradle / Ivy

There is a newer version: 2.1.109
Show newest version
package org.webpieces.templatingdev.api;

public interface ScriptOutput {

	void print(String string);
	
	void println(String string, Token forLineNumberComment);

	void println();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy