org.aspectj.weaver.tools.cache
Class CachedClassEntry

java.lang.Object
  extended by org.aspectj.weaver.tools.cache.CachedClassEntry

public class CachedClassEntry
extends java.lang.Object

Represents a class which has been cached


Constructor Summary
CachedClassEntry(CachedClassReference ref, byte[] bytes, org.aspectj.weaver.tools.cache.CachedClassEntry.EntryType type)
           
 
Method Summary
 byte[] getBytes()
           
 java.lang.String getClassName()
           
 java.lang.String getKey()
           
 boolean isGenerated()
           
 boolean isIgnored()
           
 boolean isWeaved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedClassEntry

public CachedClassEntry(CachedClassReference ref,
                        byte[] bytes,
                        org.aspectj.weaver.tools.cache.CachedClassEntry.EntryType type)
Method Detail

getClassName

public java.lang.String getClassName()

getBytes

public byte[] getBytes()

getKey

public java.lang.String getKey()

isGenerated

public boolean isGenerated()

isWeaved

public boolean isWeaved()

isIgnored

public boolean isIgnored()