|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AntOutputStream
Responsible for outputting an Ant's Nest project to an XML build file
| Method Summary | |
|---|---|
void |
write(AntNode node,
File file)
Writes the build file XML to a file |
void |
write(AntNode node,
OutputStream outputStream)
Writes the build file XML to an output stream |
| Method Detail |
|---|
void write(AntNode node,
OutputStream outputStream)
throws AntIOException
node - the node to write outoutputStream - the output stream
AntIOException - if there's a problem writing out the project
void write(AntNode node,
File file)
throws AntIOException
node - the node to write outfile - the file to write to
AntIOException - if the file is not found
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||