Package Yab :: Module SystemMixins
[show private | hide private]
[frames | no frames]

Module Yab.SystemMixins

This file contains functionality that should be available across all toolsets (and the machinery to mix them appropriately).

This functionality is implemented as a set mixins that are mixed into any toolset that is constructed.
Classes
ClasspathCommand  
ClasspathMixin This is a mixin that adds dependency information for elements in the classpath.
ConfigMixin Support for automatically generating a config.h from a template or from scratch.
ConfigTarget This is the target that generates the configuration header.
JarTarget  
JavaCollectionTarget  
JavaMixin  

Function Summary
  check_jdk_path(path)
  gen_classpath_arg(classpath)
  infer_jdk_path()
  Toolset(**kw)

Variable Summary
tuple system_mixins = (<class Yab.SystemMixins.JavaMixin at 0x...
SRE_Pattern undef_re = \s*#undef\s+([^\s]+)

Variable Details

system_mixins

Type:
tuple
Value:
(<class Yab.SystemMixins.JavaMixin at 0x009B2EA0>,
 <class Yab.SystemMixins.ConfigMixin at 0x009B2FC0>)                   

undef_re

Type:
SRE_Pattern
Value:
\s*#undef\s+([^\s]+)                                                   

Generated by Epydoc 2.0 on Fri Aug 15 16:30:51 2003 http://epydoc.sf.net