public class DefaultScriptContext extends org.databene.commons.context.DefaultContext implements ScriptContext
| Constructor and Description |
|---|
DefaultScriptContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Class<?> |
forName(String className) |
void |
importClass(String className) |
void |
importPackage(String packageName) |
contains, entrySet, get, keySet, remove, set, setAll, setAll, toStringpublic Class<?> forName(String className)
forName in interface org.databene.commons.bean.ClassProviderpublic void importClass(String className)
importClass in interface ScriptContextpublic void importPackage(String packageName)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface ScriptContextCopyright © 2011–2014 Volker Bergmann. All rights reserved.