|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.plugins.scripting.Script
public class Script
A text-based script executed by a TextProcessor
.
Constructor Summary | |
---|---|
Script(java.lang.String body,
java.lang.String title)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getBody()
Accessor. |
java.lang.String |
getTitle()
Accessor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Script(java.lang.String body, java.lang.String title)
body
- The script's body.title
- The script's title.Method Detail |
---|
public final java.lang.String getBody()
public final java.lang.String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |