diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/imaker.ant-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/imaker.ant-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,250 @@ + + + + + imaker.ant + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package imaker :: + Module ant + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module ant

source code

+iMaker related functionalities. +* configuration introspection +* target introspection

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
ant_run(task, + config, + target, + variables=None)
+ Running iMaker under Ant.
+ source code + +
+ +
+   + + + + + + +
is_included(incs, + target)
+ Does target matches an include pattern.
+ source code + +
+ +
+   + + + + + + +
is_excluded(excs, + target)
+ Does target matches an exclude pattern.
+ source code + +
+ +
+   + + + + + + +
ant_task_configuration(project, + task, + elements, + attributes)
+ Implementation of the Ant task.
+ source code + +
+ +
+   + + + + + + +
handle_configuration(project, + task, + elements, + attributes, + configuration)
+ Convert a configuration into a TDD for future FMPP transformation.
+ source code + +
+ +
+   + + + + + + +
region_switch_to_tdd(region) + source code + +
+ +
+   + + + + + + +
imaker_command_to_tdd(targets, + variables) + source code + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +