|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.util.WarningPrinter
public class WarningPrinter
This class prints out and counts warnings.
| Constructor Summary | |
|---|---|
WarningPrinter()
Creates a new WarningPrinter that prints to the System.err print stream. |
|
WarningPrinter(java.io.PrintStream printStream)
Creates a new WarningPrinter that prints to the given print stream. |
|
| Method Summary | |
|---|---|
int |
getWarningCount()
Returns the number of warnings printed so far. |
void |
print(java.lang.String warning)
Prints out the given warning and increments the warning count. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WarningPrinter()
public WarningPrinter(java.io.PrintStream printStream)
| Method Detail |
|---|
public void print(java.lang.String warning)
public int getWarningCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||