public interface Scriptable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Appendable |
toScript(java.lang.Appendable script)
Writes the script for the object on to the specified writer.
|
java.lang.Appendable toScript(java.lang.Appendable script)
throws java.io.IOException
script - Where to write the script.Appendablejava.lang.NullPointerException - If the specified appendable is nulljava.io.IOException - If an I/O error occurs