ERXPatcher Class Reference

Collaboration diagram for ERXPatcher:

Collaboration graph
[legend]

List of all members.

Classes

class  DynamicElementsPatches
class  Entity
class  EntityTable

Public Member Functions

 ERXPatcher ()

Static Public Member Functions

static Class classForName (String className)
static synchronized void installPatches ()
static void setClassForName (Class clazz, String className)

Static Public Attributes

static final Logger log = Logger.getLogger(ERXPatcher.class)


Detailed Description

Wrapper around the WO-private NSUtilities which allows for some Objective-C-Style poseAs. Using these methods may or may not break in the future.

Constructor & Destructor Documentation

ERXPatcher (  ) 


Member Function Documentation

static Class classForName ( String  className  )  [static]

Returns the class registered for the name className.
Uses the private WebObjects class cache.

Parameters:
className class name
Returns:
class for the registered name or null

static synchronized void installPatches (  )  [static]

static void setClassForName ( Class  clazz,
String  className 
) [static]

Sets the class registered for the name className to the given class.
Changes the private WebObjects class cache.

Parameters:
clazz class object
className name for the class - normally clazz.getName()


Member Data Documentation

final Logger log = Logger.getLogger(ERXPatcher.class) [static]

logging support


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:13 2012 for Project Wonder by  doxygen 1.5.8