org.jppf.ui.options.xml
Class OptionDescriptor.ScriptDescriptor

java.lang.Object
  extended by org.jppf.ui.options.xml.OptionDescriptor.ScriptDescriptor
All Implemented Interfaces:
Serializable
Enclosing class:
OptionDescriptor

public static class OptionDescriptor.ScriptDescriptor
extends Object
implements Serializable

Descriptor for script elements.

See Also:
Serialized Form

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

content

public String content
The content of the script to execute if this listener is script-based.


language

public String language
The language in which the script is written, for instancew JavaScript, Groovy, etc.


source

public 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 Detail

OptionDescriptor.ScriptDescriptor

public OptionDescriptor.ScriptDescriptor()


Copyright © 2005-2010 JPPF Team.