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

Class IMakerConfigScanner

source code

+
+               object --+    
+                        |    
+fileutils.AbstractScanner --+
+                            |
+                           IMakerConfigScanner
+
+ +
+Specialize the abstract filescanner to support detection of the configuration.

+ + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
scan(self)
+ Implement scanning of relevant configuration.
+ source code + +
+ +
+

Inherited from fileutils.AbstractScanner: + __init__, + __repr__, + __str__, + add_exclude, + add_exclude_file, + add_filetype, + add_include, + add_selector, + is_excluded, + is_filetype, + is_included, + is_selected, + match, + test_path +

+

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

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

Inherited from object: + __class__ +

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

scan(self) +

+
source code  +
+ + Implement scanning of relevant configuration. +
+
Overrides: + fileutils.AbstractScanner.scan +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +