|
ProjectHelperImpl (Apache Ant API)
org.apache.tools.ant.helper
Class ProjectHelperImpl
java.lang.Object
|
+--org.apache.tools.ant.ProjectHelper
|
+--org.apache.tools.ant.helper.ProjectHelperImpl
- public class ProjectHelperImpl
- extends ProjectHelper
Original helper.
- Author:
- duncan@x180.com
Method Summary |
void |
parse(Project project,
java.lang.Object source)
Parses the project file, configuring the project as it goes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectHelperImpl
public ProjectHelperImpl()
parse
public void parse(Project project,
java.lang.Object source)
throws BuildException
- Parses the project file, configuring the project as it goes.
- Overrides:
parse in class ProjectHelper
- Parameters:
project - project instance to be configured.source - the source from which the project is read.
- Throws:
BuildException - if the configuration is invalid or cannot
be read.
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|