Package org.mozilla.zest.core.v1
Interface ZestOutputWriter
-
- All Known Subinterfaces:
ZestRuntime
- All Known Implementing Classes:
ZestBasicRunner
public interface ZestOutputWriter- Since:
- 0.14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebug(String str)Outputs the supplied message if debugging is turned onvoidoutput(String str)Outputs the specified string
-