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

Class SFPolicyRemoverMapper

source code

+
+ object --+            
+          |            
+     Mapper --+        
+              |        
+   PolicyMapper --+    
+                  |    
+PolicyRemoverMapper --+
+                      |
+                     SFPolicyRemoverMapper
+
+ +
+Implement an SFL column based policy remover.

+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + config, + archiver)
+ Initialization.
+ source code + +
+ +
+   + + + + + + +
load_policy_binary(self, + csvfile)
+ Loading the policy using the 3rd column.
+ source code + +
+ +
+

Inherited from PolicyRemoverMapper: + create_commands, + get_policy_root_dir, + get_rmdir_policy +

+

Inherited from PolicyMapper: + get_dir_policy, + get_policy_filenames, + zip2zip +

+

Inherited from PolicyMapper (private): + _sort_by_policy +

+

Inherited from Mapper: + declare_package +

+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + config, + archiver) +
(Constructor) +

+
source code  +
+ + Initialization. +
+
Overrides: + PolicyRemoverMapper.__init__ +
+
+
+
+ +
+ +
+ + +
+

load_policy_binary(self, + csvfile) +

+
source code  +
+ + Loading the policy using the 3rd column. +
+
Overrides: + PolicyMapper.load_policy_binary +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +