|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.logging.processor.model.ClassModel
public abstract class ClassModel
The basic java class model.
Method Summary | |
---|---|
void |
create(JavaFileObject fileObject)
Creates the source file. |
protected com.sun.codemodel.internal.JMethod |
createReadResolveMethod()
Creates the read resolve method and instance field. |
MessageInterface |
messageInterface()
Returns the message interface being used. |
String |
qualifiedClassName()
Get the class name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final MessageInterface messageInterface()
public final void create(JavaFileObject fileObject) throws IOException, IllegalStateException
fileObject
- the files object to write the source to.
IOException
- if the file could not be written.
IllegalStateException
- if the implementation is in an invalid state.public final String qualifiedClassName()
protected com.sun.codemodel.internal.JMethod createReadResolveMethod()
|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |