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
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