com.arsdigita.util
Class Reporter

java.lang.Object
  extended bycom.arsdigita.util.Reporter

public final class Reporter
extends Object

A utility class for notifying the developer of the state of a Java object.

Version:
$Id: //core-platform/dev/src/com/arsdigita/util/Reporter.java#5 $
Author:
Justin Ross <jross@redhat.com>

Field Summary
static String versionId
           
 
Constructor Summary
Reporter(org.apache.log4j.Logger log, Object object)
           
Reporter(org.apache.log4j.Logger log, Object object, Class base)
           
 
Method Summary
 void mutated(String property)
           
 void report()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Reporter

public Reporter(org.apache.log4j.Logger log,
                Object object)

Reporter

public Reporter(org.apache.log4j.Logger log,
                Object object,
                Class base)
Method Detail

mutated

public final void mutated(String property)

report

public final void report()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC