|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMatchingTask
org.objectweb.fractal.adl.FractalcTask
An Ant task to check some type and template definitions, and to store them in an output directory.
Constructor Summary | |
FractalcTask()
|
Method Summary | |
void |
execute()
Executes this task. |
void |
setDestdir(File dst)
Sets the directory where the processed definitions must be stored. |
void |
setKilim(boolean kilim)
Sets the kilim option. |
void |
setSrcdir(File src)
Sets the directory that contains the definitions to be processed. |
void |
setVerbose(boolean verbose)
Sets the verbose option. |
void |
setVerify(boolean verify)
Sets the verify option. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FractalcTask()
Method Detail |
public void setSrcdir(File src)
src
- the directory that contains the definitions to be processed.public void setDestdir(File dst)
dst
- the directory where the processed definitions must be stored.public void setVerbose(boolean verbose)
verbose
- the verbose option. If this option is true messages
are printed for each processed file.public void setVerify(boolean verify)
verify
- the verify option. If this option is true the type
and template definitions are checked after they have been copied to
the destination directory.public void setKilim(boolean kilim)
kilim
- the kilim option. If this option is true kilim
definitions equivalent to the processed definitions are also generated
in the output directory.public void execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |