Uses of Interface
org.eclipse.emf.cdo.lm.Module
Packages that use Module
Package
Description
The generated EMF API of the CDO Lifecycle Management model.
Client concepts for dealing with CDO Lifecycle Management systems and assemblies.
The generated EMF implementation of the CDO Lifecycle Management model.
The generated EMF utilities of the CDO Lifecycle Management model.
-
Uses of Module in org.eclipse.emf.cdo.lm
Methods in org.eclipse.emf.cdo.lm that return ModuleModifier and TypeMethodDescriptionLMFactory.createModule()
Returns a new object of class 'Module'.ModuleElement.getModule()
Stream.getModule()
Returns the value of the 'Module' container reference.Dependency.getTarget()
Returns the value of the 'Target' reference.Methods in org.eclipse.emf.cdo.lm that return types with arguments of type ModuleModifier and TypeMethodDescriptionSystem.getModules()
Returns the value of the 'Modules' containment reference list.Methods in org.eclipse.emf.cdo.lm with parameters of type Module -
Uses of Module in org.eclipse.emf.cdo.lm.client
Methods in org.eclipse.emf.cdo.lm.client that return ModuleModifier and TypeMethodDescriptionISystemDescriptor.createModule
(String name, ModuleType type, StreamSpec streamSpec, IProgressMonitor monitor) ISystemDescriptor.createModule
(String name, StreamSpec streamSpec, IProgressMonitor monitor) ISystemManager.ModuleCreatedEvent.getNewModule()
Methods in org.eclipse.emf.cdo.lm.client that return types with arguments of type ModuleModifier and TypeMethodDescriptionLMImporter.ImportResolution.importModules
(ISystemDescriptor systemDescriptor) Methods in org.eclipse.emf.cdo.lm.client with parameters of type ModuleModifier and TypeMethodDescriptionISystemDescriptor.createStream
(Module module, Drop base, StreamSpec streamSpec, IProgressMonitor monitor) void
ISystemDescriptor.deleteModule
(Module module, IProgressMonitor monitor) -
Uses of Module in org.eclipse.emf.cdo.lm.impl
Classes in org.eclipse.emf.cdo.lm.impl that implement ModuleModifier and TypeClassDescriptionclass
An implementation of the model object 'Module'.Methods in org.eclipse.emf.cdo.lm.impl that return ModuleModifier and TypeMethodDescriptionDependencyImpl.basicGetTarget()
LMFactoryImpl.createModule()
BaselineImpl.getModule()
DependencyImpl.getModule()
StreamImpl.getModule()
DependencyImpl.getTarget()
Methods in org.eclipse.emf.cdo.lm.impl that return types with arguments of type ModuleMethods in org.eclipse.emf.cdo.lm.impl with parameters of type ModuleModifier and TypeMethodDescriptionStreamImpl.basicSetModule
(Module newModule, NotificationChain msgs) void
void
-
Uses of Module in org.eclipse.emf.cdo.lm.util
Methods in org.eclipse.emf.cdo.lm.util with parameters of type ModuleModifier and TypeMethodDescriptionLMSwitch.caseModule
(Module object) Returns the result of interpreting the object as an instance of 'Module'.