A class for scanning files that are source files (have no builder)
or are derived files and are current (which implies that they exist,
either locally or in a repository).
| Method Summary |
| |
__init__(self,
*args,
**kw)
|
| Inherited from Base |
| |
__call__(self,
node,
env,
path)
This method scans a single object. |
| |
__cmp__(self,
other)
|
| |
__hash__(self)
|
| |
__str__(self)
|
| |
add_scanner(self,
skey,
scanner)
|
| |
add_skey(self,
skey)
Add a skey to the list of skeys |
| |
get_skeys(self,
env)
|
| |
path(self,
env,
dir,
target,
source)
|
| |
select(self,
node)
|
| |
_recurse_all_nodes(self,
nodes)
|
| |
_recurse_no_nodes(self,
nodes)
|
| |
recurse_nodes(self,
nodes)
|