|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.codegenerator.BaseGen
public class BaseGen

Base Generation class.
| Constructor Summary | |
|---|---|
BaseGen()
|
|
| Method Summary | |
|---|---|
void |
writeEol(Writer out)
Output eol |
void |
writeheader(Definition def,
Writer out)
Output class head, for example license |
void |
writeIndent(Writer out,
int indent)
Output space |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseGen()
| Method Detail |
|---|
public void writeEol(Writer out)
throws IOException
out - Writer
IOException - ioException
public void writeIndent(Writer out,
int indent)
throws IOException
out - Writerindent - space number
IOException - ioException
public void writeheader(Definition def,
Writer out)
throws IOException
def - definitionout - Writer
IOException - ioException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||