org.netbeans.modules.j2eeserver/4 1.89.0 1

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

All Known Subinterfaces:
ModuleConfigurationFactory2

public interface ModuleConfigurationFactory

Factory for creating ModuleConfiguration. Plugin is required to register instance of this class in module layer in the J2EE/DeploymentPlugins/{plugin_name} folder.

Since:
1.23

Method Summary
 ModuleConfiguration create(J2eeModule j2eeModule)
          Creates a ModuleConfiguration instance associated with the specified J2EE module.
 

Method Detail

create

ModuleConfiguration create(J2eeModule j2eeModule)
                           throws ConfigurationException
Creates a ModuleConfiguration instance associated with the specified J2EE module.

Parameters:
j2eeModule - J2EE module the created ModuleConfigucation should be associated with.
Returns:
ModuleConfigucation associated with the specified J2EE module.
Throws:
ConfigurationException

org.netbeans.modules.j2eeserver/4 1.89.0 1

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