|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.metaclass.tools.compiler.DefaultCompilerMonitor
The default no-op implementation of compiler monitor.
Constructor Summary | |
DefaultCompilerMonitor()
|
Method Summary | |
void |
errorGeneratingDescriptor(java.lang.String classname,
java.lang.Throwable t)
Error generating descriptor for specified class. |
void |
errorWritingDescriptor(ClassDescriptor descriptor,
java.lang.Exception e)
Method called when there was an error writing ClassDescriptor object. |
void |
javaClassObjectsLoaded(java.util.Collection classes)
Called to notify the monitor about the list of JavaClass objects loaded from the source files. |
void |
missingSourceFile(java.io.File file)
Method called when a specified source file does not exist. |
void |
postBuildDescriptorsList(java.util.Collection descriptors)
Called to notify Monitor about the set of ClassDescriptors created. |
void |
postCompactDescriptorsList(java.util.Collection descriptors)
Called to notify Monitor about the set of ClassDescriptors after compacting. |
void |
postFilterJavaClassList(java.util.Collection classes)
Called to notify the monitor about the list of JavaClass objects that still remain after filtering. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultCompilerMonitor()
Method Detail |
public void errorWritingDescriptor(ClassDescriptor descriptor, java.lang.Exception e)
CompilerMonitor
errorWritingDescriptor
in interface CompilerMonitor
descriptor
- the ClassDescriptor objecte
- the ExceptionCompilerMonitor.errorWritingDescriptor(org.codehaus.metaclass.model.ClassDescriptor, java.lang.Exception)
public void missingSourceFile(java.io.File file)
CompilerMonitor
missingSourceFile
in interface CompilerMonitor
file
- the source fileCompilerMonitor.missingSourceFile(java.io.File)
public void javaClassObjectsLoaded(java.util.Collection classes)
CompilerMonitor
javaClassObjectsLoaded
in interface CompilerMonitor
classes
- the list of JavaClass objectsCompilerMonitor.javaClassObjectsLoaded(java.util.Collection)
public void postFilterJavaClassList(java.util.Collection classes)
CompilerMonitor
postFilterJavaClassList
in interface CompilerMonitor
classes
- the list of JavaClass objectsCompilerMonitor.postFilterJavaClassList(java.util.Collection)
public void errorGeneratingDescriptor(java.lang.String classname, java.lang.Throwable t)
CompilerMonitor
errorGeneratingDescriptor
in interface CompilerMonitor
classname
- the name of the classt
- the errorCompilerMonitor.errorGeneratingDescriptor(java.lang.String, java.lang.Throwable)
public void postBuildDescriptorsList(java.util.Collection descriptors)
CompilerMonitor
postBuildDescriptorsList
in interface CompilerMonitor
descriptors
- the ClassDescriptors compiled.CompilerMonitor.postBuildDescriptorsList(java.util.Collection)
public void postCompactDescriptorsList(java.util.Collection descriptors)
CompilerMonitor
postCompactDescriptorsList
in interface CompilerMonitor
descriptors
- the ClassDescriptors post compacting.CompilerMonitor.postCompactDescriptorsList(java.util.Collection)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |