Class ClassModel
- java.lang.Object
-
- org.jboss.logging.processor.generator.model.ClassModel
-
public abstract class ClassModel extends java.lang.ObjectThe basic java class model.- Author:
- Kevin Pollet - SERLI - (kevin.pollet@serli.com), James R. Perkins
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateAndWrite()Writes the generated source file to the file system.MessageInterfacemessageInterface()Returns the message interface being used.java.lang.StringqualifiedClassName()Get the class name.
-
-
-
Method Detail
-
messageInterface
public final MessageInterface messageInterface()
Returns the message interface being used.- Returns:
- the message interface.
-
generateAndWrite
public final void generateAndWrite() throws java.io.IOExceptionWrites the generated source file to the file system.- Throws:
java.io.IOException- if the file could not be written
-
qualifiedClassName
public final java.lang.String qualifiedClassName()
Get the class name.- Returns:
- the class name
-
-