Package bitten :: Module main :: Class BuildSystem

Class BuildSystem

         object --+    
                  |    
trac.core.Component --+
                      |
                     BuildSystem

Nested Classes

Inherited from trac.core.Component: __metaclass__

Instance Methods
 
get_permission_actions(self)
 
get_wiki_syntax(self)
 
get_link_resolvers(self)
 
get_resource_realms(self)
 
get_resource_url(self, resource, href, **kwargs)
 
get_resource_description(self, resource, format=None, context=None, **kwargs)
 
resource_exists(self, resource)
 
check_attachment_permission(self, action, username, resource, perm)
Respond to the various actions into the legacy attachment permissions used by the Attachment module.
 
__init__(self, compmgr, init=None, cls=<class 'bitten.main.BuildSystem'>)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from trac.core.Component: __new__, implements

Properties
  listeners
List of components that implement IBuildListener

Inherited from object: __class__

Method Details

__init__(self, compmgr, init=None, cls=<class 'bitten.main.BuildSystem'>)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Property Details

listeners

List of components that implement IBuildListener
Get Method:
unreachable.extensions(component) - Return a list of components that declare to implement the extension point interface.