fplutil
An open source project by
FPL.
|
Class that extracts build information from an ant build.xml. More...
Public Member Functions | |
def | process |
Process the parsed build.xml to extract project info. More... | |
Public Member Functions inherited from fplutil.buildutil.android.XMLFile | |
def | parse |
Parse the XML file and extract useful information. More... | |
Public Attributes | |
project_name | |
The name of the project, used by ant to name output files. More... | |
Public Attributes inherited from fplutil.buildutil.android.XMLFile | |
path | |
Path to XML file as set in initializer. More... | |
Class that extracts build information from an ant build.xml.
def fplutil.buildutil.android.BuildXml.process | ( | self, | |
etree | |||
) |
Process the parsed build.xml to extract project info.
etree | An xml.etree.ElementTree object of the parsed XML file. |
ConfigurationError | Required elements were missing or incorrect. |
fplutil.buildutil.android.BuildXml.project_name |
The name of the project, used by ant to name output files.