|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectInteractiveInterpreter
weblogic.management.scripting.utils.WLSTInterpreter
public class WLSTInterpreter
This is a wrapper class to the Jython interpreter. It adds Weblogic specific extensions that enable you to run WLST in Embedded Mode from a Java client
For more information see http://www.jython.org/docs/javadoc/org/python/util/InteractiveInterpreter.html
Constructor Summary | |
---|---|
WLSTInterpreter()
Contructs the WLSTInterpreter with weblogic specific extensions |
|
WLSTInterpreter(boolean skipWLSModuleScanning)
|
Method Summary | |
---|---|
void |
addWLSModules()
|
void |
exec(String string)
Executes Jython commands that are passed in as a string. |
void |
execfile(String string)
Executes Jython commands that are passed in as a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WLSTInterpreter()
Contructs the WLSTInterpreter with weblogic specific extensions
public WLSTInterpreter(boolean skipWLSModuleScanning)
Method Detail |
---|
public void addWLSModules()
public void exec(String string)
string
- Stringpublic void execfile(String string)
string
- String
|
Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |