Package org.eclipse.emf.cdo.lm.client
Interface IAssemblyDescriptor
- All Superinterfaces:
org.eclipse.net4j.util.container.IContainer<AssemblyModule>
,org.eclipse.net4j.util.event.INotifier
public interface IAssemblyDescriptor
extends org.eclipse.net4j.util.container.IContainer<AssemblyModule>
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static enum
static interface
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends Object>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptiongetBaseline
(AssemblyModule module) getModules
(boolean withNewModules) getName()
boolean
void
update()
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getName
String getName() -
getCheckout
CDOCheckout getCheckout() -
getBaseline
Baseline getBaseline() -
getBaseline
-
getAssembly
Assembly getAssembly() -
getModuleName
String getModuleName() -
getModule
-
getModules
-
getSystemDescriptor
ISystemDescriptor getSystemDescriptor() -
hasUpdatesAvailable
boolean hasUpdatesAvailable() -
getUpdateState
IAssemblyDescriptor.UpdateState getUpdateState() -
getAvailableUpdates
IAssemblyDescriptor.Updates getAvailableUpdates() -
getResolutionErrors
-
update
- Throws:
Exception
-