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

Packages that use ModuleDelegate
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 ModuleDelegate in org.eclipse.wst.server.core.model
 

Methods in org.eclipse.wst.server.core.model that return ModuleDelegate
abstract  ModuleDelegate ModuleFactoryDelegate.getModuleDelegate(IModule module)
          Creates the module delegate for a module with the given information.
 

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

Subclasses of ModuleDelegate in org.eclipse.wst.server.core.util
 class ProjectModule
          A simple IModuleProject that maps a folder within a project (or the root of the project itself) to the module.