Uses of Class
org.eclipse.wst.server.core.model.ModuleFactoryDelegate

Packages that use ModuleFactoryDelegate
org.eclipse.wst.server.core.model SPI support for the server tools framework. 
org.eclipse.wst.server.core.util Utility classes for the server tools framework. 
 

Uses of ModuleFactoryDelegate in org.eclipse.wst.server.core.model
 

Methods in org.eclipse.wst.server.core.model with parameters of type ModuleFactoryDelegate
static void InternalInitializer.initializeModuleFactoryDelegate(ModuleFactoryDelegate delegate, org.eclipse.wst.server.core.internal.ModuleFactory newModuleFactory, org.eclipse.core.runtime.IProgressMonitor monitor)
          Internal method - do not call.
 

Uses of ModuleFactoryDelegate in org.eclipse.wst.server.core.util
 

Subclasses of ModuleFactoryDelegate in org.eclipse.wst.server.core.util
 class ProjectModuleFactoryDelegate
          A helper class for defining a module factory that provides modules based on projects.