org.apache.avalon.merlin
Interface KernelContext

All Known Implementing Classes:
DefaultKernelContext

public interface KernelContext

The context argument supplied to a new kernel instance.

Version:
$Revision: 1.5 $ $Date: 2004/03/17 10:39:11 $
Author:
Avalon Development Team

Method Summary
 ContainmentModel getApplicationModel()
          Return the application model.
 Logger getLogger()
          Return the assigned logging channel.
 

Method Detail

getLogger

public Logger getLogger()
Return the assigned logging channel.

Returns:
the loggging channel

getApplicationModel

public ContainmentModel getApplicationModel()
Return the application model.

Returns:
the root application model


Copyright © The Apache Software Foundation. All Rights Reserved.