org.apache.maven.mae.app
Interface MAEApplication

All Superinterfaces:
MAELibrary
All Known Implementing Classes:
AbstractMAEApplication

public interface MAEApplication
extends MAELibrary

Interface providing basic support for loading a Maven component environment.


Method Summary
 MAEApplication load()
          Assemble the component environment, based on the information given in implementors of this abstract class and auto-detected libraries.
 
Methods inherited from interface org.apache.maven.mae.conf.MAELibrary
getComponentSelector, getConfiguration, getExportedComponents, getId, getInstanceRegistry, getLabel, getLogger, getLogHandle, getManagementComponents, getManagementComponents, getName, getVersion, loadConfiguration
 

Method Detail

load

MAEApplication load()
                    throws MAEException
Assemble the component environment, based on the information given in implementors of this abstract class and auto-detected libraries.

Throws:
MAEException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.