|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.tempuri.javacImpl.util.MemoryClassFactoryImpl.SourceReaderImpl
Constructor Summary | |
MemoryClassFactoryImpl.SourceReaderImpl(java.lang.String className,
java.lang.String source)
|
Method Summary | |
java.lang.String |
getClassName()
Get the name of the Java class this object knows how to read |
java.io.Reader |
getReader()
Get a Reader for the source code of the class |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemoryClassFactoryImpl.SourceReaderImpl(java.lang.String className, java.lang.String source)
Method Detail |
public java.lang.String getClassName()
JavaSourceReader
getClassName
in interface JavaSourceReader
public java.io.Reader getReader() throws java.io.IOException
JavaSourceReader
getReader
in interface JavaSourceReader
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |