|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.enhancer.util.Assertion
org.apache.jdo.impl.enhancer.util.Support
org.apache.jdo.impl.enhancer.util.ResourceLocatorBase
Base class for resource locators.
Field Summary | |
protected java.io.PrintWriter |
out
|
protected boolean |
verbose
|
Fields inherited from class org.apache.jdo.impl.enhancer.util.Support |
timer |
Constructor Summary | |
ResourceLocatorBase(java.io.PrintWriter out,
boolean verbose)
Creates an instance. |
Method Summary | |
void |
printMessage(java.lang.String msg)
Prints out a verbose message. |
Methods inherited from class org.apache.jdo.impl.enhancer.util.Support |
getI18N, getI18N, getI18N, getI18N, getI18N, getI18N |
Methods inherited from class org.apache.jdo.impl.enhancer.util.Assertion |
affirm, affirm, affirm, affirm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.jdo.impl.enhancer.util.ResourceLocator |
getInputStreamForResource |
Field Detail |
protected final java.io.PrintWriter out
protected final boolean verbose
Constructor Detail |
public ResourceLocatorBase(java.io.PrintWriter out, boolean verbose)
Method Detail |
public void printMessage(java.lang.String msg)
msg
- the message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |