diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/archive.selectors.SymbianPolicySelector-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/archive.selectors.SymbianPolicySelector-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,175 @@
+
+
+
+
+ archive.selectors.SymbianPolicySelector
+
+
+
+
+
+
+
+
+
+Class SymbianPolicySelector source code
+A selector that selects files based on other criteria.
+It is similar to the Ant file selector objects in design. This one selects files
+based on whether the root-most distribution.policy file matches the given value.
+
+
+
+
+
+
+
+
+
+
+
+ __init__ (self ,
+ policy_files ,
+ value )
+ Initialization.
+
+ source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+ get_value_and_negate (self ,
+ value )
+
+ source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+ is_selected (self ,
+ path )
+ Determines if the path is selected by this selector.
+
+ source code
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+