org.apache.hivemind.definition
Interface Contribution


public interface Contribution

Contributes data to a configuration point.

Author:
Achim Huegen

Method Summary
 void contribute(ContributionContext context)
          Contributes to the configuration.
 

Method Detail

contribute

void contribute(ContributionContext context)
Contributes to the configuration. The context provides methods to manipulate the configuration data, that is to merge with or override data already provided by other contributions

Parameters:
context - provides access to elements of the registry which are needed for the contribution.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.