public class

PythonScriptFactory

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.client.script.PythonScriptFactory

Class Overview

Create an IScript object out of a JEB Python script.

Summary

Public Constructors
PythonScriptFactory(String directory, String filenameNoExt, String classname)
Public Methods
void close()
IScript create()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PythonScriptFactory (String directory, String filenameNoExt, String classname)

Public Methods

public void close ()

public IScript create ()