|
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 |
Defines the interface of a compiler or interpreter. Implementations of this class may be used to check the validity of the generated code.
Method Summary | |
void |
compile(java.io.File f)
Compiles the given file. |
void |
compile(java.util.List l)
Compiles the given list of files. |
org.cantaloop.tools.logging.Logger |
getLogger()
Returns the logger. |
java.io.File |
getTargetDir()
Returns the target directory of this compiler. |
void |
setLogger(org.cantaloop.tools.logging.Logger l)
Sets the logger that should be used to log the messages of the compiler |
void |
setTargetDir(java.io.File targetDir)
Sets the directory under which the compiled files should be placed. |
Method Detail |
public void setLogger(org.cantaloop.tools.logging.Logger l)
public org.cantaloop.tools.logging.Logger getLogger()
public void setTargetDir(java.io.File targetDir)
public java.io.File getTargetDir()
public void compile(java.io.File f)
public void compile(java.util.List l)
l
- a List
of File
s.
|
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 |