Modifier and Type | Class and Description |
---|---|
public static class | ProjectHelper2.AntHandler
The common superclass for all SAX event handlers used to parse the configuration file. |
public static class | ProjectHelper2.ElementHandler
Handler for all project elements (tasks, data types) |
public static class | ProjectHelper2.MainHandler
The main handler - it handles the <project> tag. |
public static class | ProjectHelper2.ProjectHandler
Handler for the top level "project" element. |
public static class | ProjectHelper2.RootHandler
Handler for ant processing. |
public static class | ProjectHelper2.TargetHandler
Handler for "target" and "extension-point" elements. |
Modifier and Type | Field and Description |
---|---|
private static ProjectHelper2. | |
private static final FileUtils | FILE_UTILS
helper for path -> URI and URI -> path conversions. |
private static ProjectHelper2. | |
private static ProjectHelper2. | |
private static final String | REFID_CONTEXT
Specific to ProjectHelper2 so not a true Ant "magic name:" |
public static final String | REFID_TARGETS
Reference holding the (ordered) target Vector |
private static ProjectHelper2. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | canParseAntlibDescriptor(Resource
Resource resource)Overrides org. |
protected static ProjectHelper2. | |
protected static ProjectHelper2. | |
protected static ProjectHelper2. | |
protected static ProjectHelper2. | |
public void | parse(Project
the current project project, Object the xml source source)Overrides org. |
public void | parse(Project
the current project project, Object the xml source source, ProjectHelper2.the root handler to use (contains the current context) handlerParses the project file, configuring the project as it goes. |
public UnknownElement | parseAntlibDescriptor(Project
Project containingProject, Resource Resource resource)Overrides org. |
public UnknownElement | Returns: a configured taskthe current project project, URL the url containing the task source)Parse an unknown element from a url |
protected static void | |
protected static void | |
protected static void | |
protected static void |