|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jupe.plugin.Debug
public class Debug
Used for debugging Builder and Deltavisitor. To check if they correctly react on changes in the source code.
Constructor Summary | |
---|---|
Debug()
Default constructor. |
Method Summary | |
---|---|
void |
addEntry(int type,
int kind,
org.eclipse.core.resources.IResource resource)
Add a log entry. |
void |
clearLog()
Clears the log list. |
java.util.List<org.jupe.plugin.Debug.LogEntry> |
getLog()
Returns the debug log list. |
boolean |
hasEntry(int type,
int kind,
java.lang.String name)
Checks if an corresponding log entry exists. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public void clearLog()
public java.util.List<org.jupe.plugin.Debug.LogEntry> getLog()
public void addEntry(int type, int kind, org.eclipse.core.resources.IResource resource)
type
- type of ResourceDeltakind
- kind of ResourceDeltaresource
- the resource which has changedpublic boolean hasEntry(int type, int kind, java.lang.String name)
type
- type of deltakind
- kind of deltaname
- name of the resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |