|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.jython.JythonObjectFactory
class JythonObjectFactory extends Object
Jython Object Factory using PySystemState
| Field Summary | |
|---|---|
private Class |
interfaceType
|
private org.python.core.PyObject |
klass
|
| Constructor Summary | |
JythonObjectFactory(org.python.core.PySystemState state, Class interfaceType, String moduleName, String className)
|
|
JythonObjectFactory(Class interfaceType, String moduleName, String className)
|
|
| Method Summary | |
|---|---|
Object
|
createObject()
|
Object
|
createObject(Object arg1)
|
Object
|
createObject(Object arg1, Object arg2)
|
Object
|
createObject(Object arg1, Object arg2, Object arg3)
|
Object
|
createObject(Object[] args, String[] keywords)
|
Object
|
createObject(Object... args)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final Class interfaceType
private final org.python.core.PyObject klass
| Constructor Detail |
|---|
JythonObjectFactory(org.python.core.PySystemState state, Class interfaceType, String moduleName, String className)
JythonObjectFactory(Class interfaceType, String moduleName, String className)
| Method Detail |
|---|
Object createObject()
Object createObject(Object arg1)
Object createObject(Object arg1, Object arg2)
Object createObject(Object arg1, Object arg2, Object arg3)
Object createObject(Object[] args, String[] keywords)
Object createObject(Object... args)
Groovy Documentation