|
Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cantaloop.cgimlet.lang.AbstractCodeWriter | +--org.cantaloop.cgimlet.lang.java.JavaClassWriter
A CodeWriter
for the java programming language.
Fields inherited from class org.cantaloop.cgimlet.lang.AbstractCodeWriter |
m_baseDir, m_prettyPrintConfig, m_prettyPrinting |
Constructor Summary | |
JavaClassWriter()
|
|
JavaClassWriter(java.io.File baseDir,
boolean prettyPrinting)
|
Method Summary | |
java.io.File |
write(ClassTemplate tmpl)
Write the code for tmpl . |
java.io.File[] |
write(ClassTemplate[] tmpl)
Write the code for tmpls . |
Methods inherited from class org.cantaloop.cgimlet.lang.AbstractCodeWriter |
getBaseDir, getPrettyPrintConfiguration, isPrettyPrinting, setBaseDir, setPrettyPrintConfiguration, setPrettyPrinting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaClassWriter()
public JavaClassWriter(java.io.File baseDir, boolean prettyPrinting)
Method Detail |
public java.io.File[] write(ClassTemplate[] tmpl) throws java.io.IOException
CodeWriter
tmpls
.org.cantaloop.cgimlet.lang.CodeWriter
java.io.IOException
- if an error occures while writing the code.public java.io.File write(ClassTemplate tmpl) throws java.io.IOException
CodeWriter
tmpl
.org.cantaloop.cgimlet.lang.CodeWriter
java.io.IOException
- if an error occures while writing the code.
|
Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |