Modifier and Type | Class and Description |
---|---|
pack-priv static class | ProjectHelperImpl.AbstractHandler
Deprecated
as a consequence of The common superclass for all SAX event handlers used to parse
the configuration file.
HandlerBase being deprecated.
|
pack-priv static class | ProjectHelperImpl.DataTypeHandler
Deprecated
as a consequence of Handler for all data types directly subordinate to project or target.
ProjectHelperImpl.AbstractHandler being deprecated.
|
pack-priv static class | ProjectHelperImpl.DescriptionHandler
Deprecated
as a consequence of Handler for "description" elements.
ProjectHelperImpl.AbstractHandler being deprecated.
|
pack-priv static class | ProjectHelperImpl.NestedElementHandler
Deprecated
as a consequence of Handler for all nested properties.
ProjectHelperImpl.AbstractHandler being deprecated.
|
pack-priv static class | ProjectHelperImpl.ProjectHandler
Deprecated
as a consequence of Handler for the top level "project" element.
ProjectHelperImpl.AbstractHandler being deprecated.
|
pack-priv static class | ProjectHelperImpl.RootHandler
Deprecated
as a consequence of Handler for the root element.
HandlerBase being deprecated.
|
pack-priv static class | ProjectHelperImpl.TargetHandler
Deprecated
as a consequence of Handler for "target" elements.
ProjectHelperImpl.AbstractHandler being deprecated.
|
pack-priv static class | ProjectHelperImpl.TaskHandler
Deprecated
as a consequence of Handler for all task elements.
ProjectHelperImpl.AbstractHandler being deprecated.
|
Modifier and Type | Field and Description |
---|---|
private File | buildFile
The configuration file to parse. |
private File | buildFileParent
Parent directory of the build file. |
private static final FileUtils | FILE_UTILS
helper for path -> URI and URI -> path conversions. |
private Target | implicitTarget
Target that all other targets will depend upon implicitly. |
private Locator | locator
Locator for the configuration file parser. |
private Parser | parser
SAX 1 style parser used to parse the given file. |
private Project | project
The project to configure. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private void | configureId(Object target, AttributeList attr)
Deprecated
as a consequence of
Scans an attribute list for the AttributeList being deprecated.
id attribute and
stores a reference to the target object in the project if an
id is found.
|
private static void | handleElement(ProjectHelperImpl helperImpl, DocumentHandler parent, Target target, String elementName, AttributeList attrs)
Deprecated
as a consequence of
Start a new DataTypeHandler if element is known to be a
data-type and a TaskHandler otherwise.
DocumentHandler and AttributeList being deprecated.
|
public void | parse(Project
project instance to be configured. project, Object the source from which the project is read. source)Overrides org. |