net.mchaplin.commons
Class WmindObject

java.lang.Object
  extended by net.mchaplin.commons.WmindObject
Direct Known Subclasses:
DefaultComponent, DefaultConfiguration, DefaultContainer, IOUtils, PropertyResourceHelper, StackTraceUtils, XmlContainerFactory

public class WmindObject
extends java.lang.Object

Utility object. Provide variables declarations for various resources as well as handful methods

Author:
mchaplin@users.sourceforge.net $Header: $Revision: $Date:

Field Summary
static java.lang.String EX_CAUSE
           
static java.lang.String EX_STACK
           
protected static org.apache.commons.logging.Log log
          log reference
protected static java.lang.String METHOD_CALL
           
protected  PropertyResourceHelperI propertyHelper
           
protected static java.lang.String STACK_PREFIX
           
 
Constructor Summary
WmindObject()
           
 
Method Summary
protected  java.lang.String printInheritance(java.lang.Object oFactory)
          Return a formatted String enumerating interfaces & classes inheritance for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyHelper

protected transient PropertyResourceHelperI propertyHelper

METHOD_CALL

protected static final java.lang.String METHOD_CALL
See Also:
Constant Field Values

STACK_PREFIX

protected static final java.lang.String STACK_PREFIX
See Also:
Constant Field Values

log

protected static org.apache.commons.logging.Log log
log reference


EX_STACK

public static final java.lang.String EX_STACK
See Also:
Constant Field Values

EX_CAUSE

public static final java.lang.String EX_CAUSE
See Also:
Constant Field Values
Constructor Detail

WmindObject

public WmindObject()
Method Detail

printInheritance

protected java.lang.String printInheritance(java.lang.Object oFactory)
Return a formatted String enumerating interfaces & classes inheritance for this object.

Parameters:
oFactory - the object to introspect


Copyright © 2004-2005 mchaplin.net. All Rights Reserved.