|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AntInputStream
Responsible for reading in an XML build file to an Ant's Nest project
| Method Summary | |
|---|---|
AntNode |
read(File file,
AntInfo antInfo)
Reads a node from an input stream |
AntNode |
read(InputStream inputStream,
AntInfo antInfo,
IDPool idPool)
Reads a node from an input stream |
| Method Detail |
|---|
AntNode read(File file,
AntInfo antInfo)
throws AntIOException
file - the file to read fromantInfo - information about Ant build files
AntIOException - if there's a problem reading the node
AntNode read(InputStream inputStream,
AntInfo antInfo,
IDPool idPool)
throws AntIOException
inputStream - the input stream to read fromantInfo - information about Ant build filesidPool - the pool to generate IDs from
AntIOException - if there's a problem reading the node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||