org.netbeans.modules.j2ee.deployment.devmodules.spi
Class J2eeAppProvider

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
      extended by org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeAppProvider

public abstract class J2eeAppProvider
extends J2eeModuleProvider


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
J2eeModuleProvider.ConfigSupport
 
Field Summary
 
Fields inherited from class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
PROP_ENTERPRISE_RESOURCE_DIRECTORY
 
Constructor Summary
J2eeAppProvider()
           
 
Method Summary
abstract  J2eeModuleProvider getChildModuleProvider(String uri)
          Returns the provider for the child module specified by given URI.
abstract  J2eeModuleProvider[] getChildModuleProviders()
          Returns list of providers of every child J2EE module of this J2EE app.
 
Methods inherited from class org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider
addConfigurationFilesListener, addInstanceListener, addPropertyChangeListener, createDatasource, deployDatasources, findDeploymentConfigurationFile, firePropertyChange, fireServerChange, getConfigSupport, getConfigurationFiles, getConfigurationFiles, getDeploymentConfigurationFile, getDeploymentName, getEnterpriseResourceDirectory, getInstanceProperties, getJ2eeModule, getModuleChangeReporter, getModuleDatasources, getServerDatasources, getServerDebugInfo, getServerID, getServerInstanceID, getSourceFileMap, getSourceRoots, hasVerifierSupport, isDatasourceCreationSupported, removeConfigurationFilesListener, removeInstanceListener, removePropertyChangeListener, setServerInstanceID, useDefaultServer, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2eeAppProvider

public J2eeAppProvider()
Method Detail

getChildModuleProvider

public abstract J2eeModuleProvider getChildModuleProvider(String uri)
Returns the provider for the child module specified by given URI.

Parameters:
uri - the child module URI within the J2EE application.
Returns:
J2eeModuleProvider object

getChildModuleProviders

public abstract J2eeModuleProvider[] getChildModuleProviders()
Returns list of providers of every child J2EE module of this J2EE app.

Returns:
array of J2eeModuleProvider objects.

 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.