org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.plugins.spi.config
Interface DeploymentPlanConfiguration


public interface DeploymentPlanConfiguration

Configuration useful for creating the deployment plan file. The deployment plan file is created when the JSR-88 based deployment is used.

Implementation of this interface should be registered in the ModuleConfiguration lookup.

Since:
1.23

Method Summary
 void save(OutputStream outputStream)
          Write the deployment plan file to the specified output stream.
 

Method Detail

save

void save(OutputStream outputStream)
          throws ConfigurationException
Write the deployment plan file to the specified output stream.

Parameters:
outputStream - the deployment paln file should be written to.
Throws:
ConfigurationException - if an error during saving the deployment plan configuration occurs.

org.netbeans.modules.j2eeserver/4 1.89.0 1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.