|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectHelper
Configures a Project (complete with Targets and Tasks) based on a XML build file.
Method Summary | |
static void |
configureProject(Project project,
java.io.File buildFile)
Configures the Project with the contents of the specified XML file. |
static java.lang.String |
replaceProperties(java.lang.String value,
java.util.Hashtable keys)
Replace ${NAME} with the property value |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void configureProject(Project project, java.io.File buildFile) throws BuildException
public static java.lang.String replaceProperties(java.lang.String value, java.util.Hashtable keys) throws BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |