net.sf.jour.processor
Class InstrumentedCreatedEntry

java.lang.Object
  extended by net.sf.jour.processor.InstrumentedCreatedEntry
All Implemented Interfaces:
Entry

public class InstrumentedCreatedEntry
extends java.lang.Object
implements Entry


Constructor Summary
InstrumentedCreatedEntry(Entry orig, javassist.CtClass origClass, javassist.CtClass ctClass)
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 java.lang.String getName()
           
 Entry getOrigin()
           
 long getSize()
           
 long getTime()
           
 boolean isClass()
           
 boolean isDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentedCreatedEntry

public InstrumentedCreatedEntry(Entry orig,
                                javassist.CtClass origClass,
                                javassist.CtClass ctClass)
Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface Entry
Throws:
java.io.IOException

getOrigin

public Entry getOrigin()
Specified by:
getOrigin in interface Entry

getName

public java.lang.String getName()
Specified by:
getName in interface Entry

getSize

public long getSize()
Specified by:
getSize in interface Entry

getTime

public long getTime()
Specified by:
getTime in interface Entry

isClass

public boolean isClass()
Specified by:
isClass in interface Entry

isDirectory

public boolean isDirectory()
Specified by:
isDirectory in interface Entry


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