public final enum

ScriptType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.client.script.ScriptType

Class Overview

Type of a JEB script, currently Python (2.7) or Java (deprecated).

Summary

Enum Values
ScriptType  JAVA  Java source file. 
ScriptType  PYTHON  Python script, using the Jython interpreter. 
Public Methods
static ScriptType valueOf(String name)
final static ScriptType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ScriptType JAVA

Java source file. DEPRECATED.

public static final ScriptType PYTHON

Python script, using the Jython interpreter.

Public Methods

public static ScriptType valueOf (String name)

public static final ScriptType[] values ()