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

Class DistributionPolicySelector

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.S60 file matches the given value.



+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + policy_files, + value, + ignoremissingpolicyfiles=False)
+ 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 + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +