|
Gant 1.9.6 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgant.tools.AntFile
final class AntFile extends java.lang.Object
Support for including Ant XML files into a Gant run which sets up the targets from the Ant file as Gant targets.
Constructor Summary | |
AntFile(GantBinding binding)
Constructor for the "includeTool <<" usage. |
|
AntFile(GantBinding binding, java.util.Map map)
Constructor for the "includeTool **" usage. |
Method Summary | |
---|---|
void
|
includeTargets(java.util.List fileNameList)
Read the named file assuming it is an Ant XML file. |
void
|
includeTargets(java.lang.String fileName)
Read the named file assuming it is an Ant XML file. |
void
|
includeTargets(java.io.File file)
Read the named file assuming it is an Ant XML file. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor Detail |
---|
AntFile(GantBinding binding)
binding
- The GantBinding
to bind to.
AntFile(GantBinding binding, java.util.Map map)
Map
entry provides a
filename or a list of filenames of Ant XML files to load.
binding
- The GantBinding
to bind to.map
- The Map
of initialization parameters.
Method Detail |
---|
void includeTargets(java.util.List fileNameList)
fileNameList
- the list of path to the Ant XML file.
void includeTargets(java.lang.String fileName)
fileName
- the String
specifying the path to the Ant XML file.
void includeTargets(java.io.File file)
fileName
- the File
specifying path to the Ant XML file.
Copyright © 2006–9 The Codehaus. All Rights Reserved.