net.sf.jour.instrumentor
Class InstrumentorResultsImpl

java.lang.Object
  extended by net.sf.jour.instrumentor.InstrumentorResultsImpl
All Implemented Interfaces:
InstrumentorResults

public class InstrumentorResultsImpl
extends java.lang.Object
implements InstrumentorResults


Field Summary
static InstrumentorResults NOT_MODIFIED
           
 
Constructor Summary
InstrumentorResultsImpl()
           
InstrumentorResultsImpl(InstrumentorResults r1, InstrumentorResults r2)
           
InstrumentorResultsImpl(long countCounstructors, long countMethods)
           
InstrumentorResultsImpl(long countCounstructors, long countMethods, java.util.List createdClasses)
           
 
Method Summary
 long getCountCounstructors()
           
 long getCountMethods()
           
 java.util.List getCreatedClasses()
           
 boolean isModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_MODIFIED

public static final InstrumentorResults NOT_MODIFIED
Constructor Detail

InstrumentorResultsImpl

public InstrumentorResultsImpl()

InstrumentorResultsImpl

public InstrumentorResultsImpl(long countCounstructors,
                               long countMethods)

InstrumentorResultsImpl

public InstrumentorResultsImpl(long countCounstructors,
                               long countMethods,
                               java.util.List createdClasses)

InstrumentorResultsImpl

public InstrumentorResultsImpl(InstrumentorResults r1,
                               InstrumentorResults r2)
Method Detail

isModified

public boolean isModified()
Specified by:
isModified in interface InstrumentorResults
Returns:
Returns true if any modification has been made to the class.

getCountCounstructors

public long getCountCounstructors()
Specified by:
getCountCounstructors in interface InstrumentorResults

getCountMethods

public long getCountMethods()
Specified by:
getCountMethods in interface InstrumentorResults

getCreatedClasses

public java.util.List getCreatedClasses()
Specified by:
getCreatedClasses in interface InstrumentorResults
Returns:
List of created classes, may be empty.


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