Class ClassModel
java.lang.Object
org.jboss.logging.processor.generator.model.ClassModel
The basic java class model.
- Author:
- Kevin Pollet - SERLI - (kevin.pollet@serli.com), James R. Perkins
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Writes the generated source file to the file system.final MessageInterface
Returns the message interface being used.final String
Get the class name.
-
Method Details
-
messageInterface
Returns the message interface being used.- Returns:
- the message interface.
-
generateAndWrite
Writes the generated source file to the file system.- Throws:
IOException
- if the file could not be written
-
qualifiedClassName
Get the class name.- Returns:
- the class name
-