| org.tp23.antinstaller.antmod.ProjectHelper3
ProjectHelper3 | public class ProjectHelper3 extends ProjectHelper (Code) | | Sax2 based project reader
This file has been modified by Paul Hinds for Antinstaller and is not the same
as the ProjectHelper2 delivered with Ant 1.6 although almost identical
|
Inner Class :public static class AntHandler | |
Inner Class :public static class MainHandler extends AntHandler | |
Inner Class :public static class ProjectHandler extends AntHandler | |
Inner Class :public static class TargetHandler extends AntHandler | |
Inner Class :public static class ElementHandler extends AntHandler | |
Method Summary | |
public void | parse(Project project, Object source) Parse a source xml input. | public void | parse(Project project, Object source, RootHandler handler) Parses the project file, configuring the project as it goes. | public UnknownElement | parseUnknownElement(Project project, URL source) |
parse | public void parse(Project project, Object source) throws BuildException(Code) | | Parse a source xml input.
Parameters: project - the current project Parameters: source - the xml source exception: BuildException - if an error occurs |
parse | public void parse(Project project, Object source, RootHandler handler) throws BuildException(Code) | | Parses the project file, configuring the project as it goes.
Parameters: project - the current project Parameters: source - the xml source Parameters: handler - the root handler to use (contains the current context) exception: BuildException - if the configuration is invalid or cannotbe read |
parseUnknownElement | public UnknownElement parseUnknownElement(Project project, URL source) throws BuildException(Code) | | Parse an unknown element from a url
Parameters: project - the current project Parameters: source - the url containing the task a configured task exception: BuildException - if an error occurs |
|
|