|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcspy.utils.Verbose
public class Verbose
Provides verbose output
Field Summary | |
---|---|
protected boolean |
verbose
Is output verbose? |
Constructor Summary | |
---|---|
Verbose()
Create new silent Verbose object |
|
Verbose(boolean verbose)
Create a bew Verbose object |
Method Summary | |
---|---|
void |
print(java.lang.String str)
Print a string if f=verbose |
void |
println()
Print a new line if verbose |
void |
println(java.lang.String str)
Print a string followed by a new line if verbose |
void |
setVerbose(boolean verbose)
Set verbosity |
boolean |
verbose()
Is verbose loggin on? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean verbose
Constructor Detail |
---|
public Verbose()
public Verbose(boolean verbose)
verbose
- True if verboseMethod Detail |
---|
public void println()
public void print(java.lang.String str)
str
- The stringpublic void println(java.lang.String str)
str
- The stringpublic boolean verbose()
public void setVerbose(boolean verbose)
verbose
- True if verbose
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |