net.sf.jour.instrumentor
Interface InstrumentorResults

All Known Implementing Classes:
InstrumentorResultsImpl

public interface InstrumentorResults


Method Summary
 long getCountCounstructors()
           
 long getCountMethods()
           
 java.util.List getCreatedClasses()
           
 boolean isModified()
           
 

Method Detail

isModified

boolean isModified()
Returns:
Returns true if any modification has been made to the class.

getCreatedClasses

java.util.List getCreatedClasses()
Returns:
List of created classes, may be empty.
Throws:
InterceptorException

getCountCounstructors

long getCountCounstructors()

getCountMethods

long getCountMethods()


Copyright © 2004-2008 pyx4j.com. All Rights Reserved.