|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jeantessier.dependencyfinder.VerboseListenerBase | +--com.jeantessier.dependencyfinder.cli.VerboseListener
Constructor Summary | |
VerboseListener()
|
Method Summary | |
void |
BeginClass(DependencyEvent event)
|
void |
BeginClass(MetricsEvent event)
|
void |
BeginGroup(LoadEvent event)
The loader is starting on a new group of files. |
void |
BeginMethod(MetricsEvent event)
|
void |
BeginSession(DependencyEvent event)
|
void |
BeginSession(LoadEvent event)
|
void |
BeginSession(MetricsEvent event)
|
void |
Close()
|
void |
Dependency(DependencyEvent event)
|
void |
EndClass(DependencyEvent event)
|
void |
EndClass(MetricsEvent event)
|
void |
EndClassfile(LoadEvent event)
The loader is finished loading a .class
file. |
void |
EndFile(LoadEvent event)
The loader is finished with a file. |
void |
EndMethod(MetricsEvent event)
|
void |
EndSession(DependencyEvent event)
|
void |
EndSession(MetricsEvent event)
|
void |
Print(java.lang.String x)
|
java.io.PrintWriter |
Writer()
|
void |
Writer(java.io.OutputStream stream)
|
void |
Writer(java.io.PrintWriter writer)
|
void |
Writer(java.io.Writer writer)
|
Methods inherited from class com.jeantessier.dependencyfinder.VerboseListenerBase |
BeginClassfile, BeginFile, ClassCount, CurrentGroup, EndGroup, EndSession, RatioIndicator, VisitedFiles |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerboseListener()
Method Detail |
public java.io.PrintWriter Writer()
public void Writer(java.io.OutputStream stream)
public void Writer(java.io.Writer writer)
public void Writer(java.io.PrintWriter writer)
public void Close()
public void Print(java.lang.String x)
public void BeginSession(LoadEvent event)
BeginSession
in class VerboseListenerBase
public void BeginGroup(LoadEvent event)
LoadListener
The loader is starting on a new group of files.
For example, this can be a new JAR file or a
collection of loose .class
files.
The event's filename attribute points to the source or the group of files, such as the JAR file's name or the root directory of the loose files.
The element and classfile attributes are null.
BeginGroup
in class VerboseListenerBase
public void EndClassfile(LoadEvent event)
LoadListener
The loader is finished loading a .class
file.
The event's classfile attribute contains the newly
loaded Classfile instance from the .class
file.
The event's filename attribute points to the group of files that contains the current file. For example, the JAR file's name or the root directory of loose files.
The element attribute is null.
EndClassfile
in class VerboseListenerBase
public void EndFile(LoadEvent event)
LoadListener
The loader is finished with a file.
The event's element attribute contains the name of the file being processed.
The event's filename attribute points to the group of files that contains the current file. For example, the JAR file's name or the root directory of loose files.
The event's classfile attribute may contains a newly loaded Classfile instance from the file.
EndFile
in class VerboseListenerBase
public void BeginSession(DependencyEvent event)
BeginSession
in interface DependencyListener
public void BeginClass(DependencyEvent event)
BeginClass
in interface DependencyListener
public void Dependency(DependencyEvent event)
Dependency
in interface DependencyListener
public void EndClass(DependencyEvent event)
EndClass
in interface DependencyListener
public void EndSession(DependencyEvent event)
EndSession
in interface DependencyListener
public void BeginSession(MetricsEvent event)
BeginSession
in interface MetricsListener
public void BeginClass(MetricsEvent event)
BeginClass
in interface MetricsListener
public void BeginMethod(MetricsEvent event)
BeginMethod
in interface MetricsListener
public void EndMethod(MetricsEvent event)
EndMethod
in interface MetricsListener
public void EndClass(MetricsEvent event)
EndClass
in interface MetricsListener
public void EndSession(MetricsEvent event)
EndSession
in interface MetricsListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |