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