Package archive :: Module selectors :: Class SymbianPolicySelector
[hide private]
[frames] | no frames]

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.



Instance Methods [hide private]
 
__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