Uses of Interface
org.eclipse.wst.server.core.IModuleType

Packages that use IModuleType
org.eclipse.wst.server.core The main server tools framework client API. 
 

Uses of IModuleType in org.eclipse.wst.server.core
 

Methods in org.eclipse.wst.server.core that return IModuleType
 IModuleType IModule.getModuleType()
          Returns the type of this module.
 IModuleType[] IRuntimeType.getModuleTypes()
          Returns an array of module types that this runtime type can support.
 

Methods in org.eclipse.wst.server.core with parameters of type IModuleType
static boolean ServerUtil.isSupportedModule(IModuleType[] moduleTypes, IModuleType mt)
          Returns true if any of the given moduleTypes match the given module type.
static boolean ServerUtil.isSupportedModule(IModuleType[] moduleTypes, IModuleType mt)
          Returns true if any of the given moduleTypes match the given module type.
static boolean ServerUtil.isSupportedModule(IModuleType[] moduleTypes, java.lang.String typeId, java.lang.String versionId)
          Returns true if any of the given moduleTypes have the given module type id and version id.
static boolean ServerUtil.isSupportedModule(IModuleType moduleType, IModuleType mt)
          Returns true if the two given module types are compatible.