org.apache.avalon.composition.model
Interface LifecycleCreateExtension


public interface LifecycleCreateExtension


Method Summary
 void create(ComponentModel model, StageDescriptor stage, Object object)
          Invocation of the deployment creation stage extension.
 

Method Detail

create

public void create(ComponentModel model,
                   StageDescriptor stage,
                   Object object)
            throws Exception
Invocation of the deployment creation stage extension.

Parameters:
model - the model representing the object under deployment
stage - the extension stage descriptor
object - the object under deployment
Throws:
if - a deployment error occurs
Exception


Copyright © The Apache Software Foundation. All Rights Reserved.