cz.cuni.amis.introspection.python
Class PyObjectWrappersManager

Package class diagram package PyObjectWrappersManager
java.lang.Object
  extended by cz.cuni.amis.introspection.python.PyObjectWrappersManager

public class PyObjectWrappersManager
extends Object

Here is a class which manages wrappers for Jython classes. If you wish to add a new wrapper, just create a wrapper and register it here in protected constructor.

Author:
Jimmy

Constructor Summary
protected PyObjectWrappersManager()
           
 
Method Summary
static PyObjectWrapper getWrapper(Class c)
           
static void registerWrapper(Class c, PyObjectWrapper wrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PyObjectWrappersManager

protected PyObjectWrappersManager()
Method Detail

getWrapper

public static PyObjectWrapper getWrapper(Class c)

registerWrapper

public static void registerWrapper(Class c,
                                   PyObjectWrapper wrapper)


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.