fplutil
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Pages
fplutil.buildutil.android.BuildXml Class Reference

Class that extracts build information from an ant build.xml. More...

Inheritance diagram for fplutil.buildutil.android.BuildXml:
fplutil.buildutil.android.XMLFile

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...
 

Detailed Description

Class that extracts build information from an ant build.xml.

Member Function Documentation

def fplutil.buildutil.android.BuildXml.process (   self,
  etree 
)

Process the parsed build.xml to extract project info.

Parameters
etreeAn xml.etree.ElementTree object of the parsed XML file.
Exceptions
ConfigurationErrorRequired elements were missing or incorrect.

Member Data Documentation

fplutil.buildutil.android.BuildXml.project_name

The name of the project, used by ant to name output files.


The documentation for this class was generated from the following file: