|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.ui.options.xml.OptionDescriptor.ScriptDescriptor
public static class OptionDescriptor.ScriptDescriptor
Descriptor for script elements.
| Field Summary | |
|---|---|
String |
content
The content of the script to execute if this listener is script-based. |
String |
language
The language in which the script is written, for instancew JavaScript, Groovy, etc. |
String |
source
The source of the script content, can be either a file path or a url, or null if the script is inlined. |
| Constructor Summary | |
|---|---|
OptionDescriptor.ScriptDescriptor()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String content
public String language
public String source
| Constructor Detail |
|---|
public OptionDescriptor.ScriptDescriptor()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||