|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.emfstore.internal.server.model.versioning.util.VersioningAdapterFactory
public class VersioningAdapterFactory
The Adapter Factory for the model. It provides
an adapter createXXX method for each class of the model.
VersioningPackage| Constructor Summary | |
|---|---|
VersioningAdapterFactory()
Creates an instance of the adapter factory. |
|
| Method Summary | |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target. |
org.eclipse.emf.common.notify.Adapter |
createAncestorVersionSpecAdapter()
Creates a new adapter for an object of class ' Ancestor Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createBranchInfoAdapter()
Creates a new adapter for an object of class ' Branch Info'. |
org.eclipse.emf.common.notify.Adapter |
createBranchVersionSpecAdapter()
Creates a new adapter for an object of class ' Branch Version Spec
'. |
org.eclipse.emf.common.notify.Adapter |
createChangePackageAdapter()
Creates a new adapter for an object of class ' Change Package'. |
org.eclipse.emf.common.notify.Adapter |
createDateVersionSpecAdapter()
Creates a new adapter for an object of class ' Date Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case. |
org.eclipse.emf.common.notify.Adapter |
createHeadVersionSpecAdapter()
Creates a new adapter for an object of class ' Head Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createHistoryInfoAdapter()
Creates a new adapter for an object of class ' History Info'. |
org.eclipse.emf.common.notify.Adapter |
createHistoryQueryAdapter()
Creates a new adapter for an object of class ' History Query'. |
org.eclipse.emf.common.notify.Adapter |
createLogMessageAdapter()
Creates a new adapter for an object of class ' Log Message'. |
org.eclipse.emf.common.notify.Adapter |
createModelElementQueryAdapter()
Creates a new adapter for an object of class ' Model Element Query
'. |
org.eclipse.emf.common.notify.Adapter |
createPagedUpdateVersionSpecAdapter()
Creates a new adapter for an object of class ' Paged Update Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createPathQueryAdapter()
Creates a new adapter for an object of class ' Path Query'. |
org.eclipse.emf.common.notify.Adapter |
createPrimaryVersionSpecAdapter()
Creates a new adapter for an object of class ' Primary Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createRangeQueryAdapter()
Creates a new adapter for an object of class ' Range Query'. |
org.eclipse.emf.common.notify.Adapter |
createTagVersionSpecAdapter()
Creates a new adapter for an object of class ' Tag Version Spec'. |
org.eclipse.emf.common.notify.Adapter |
createVersionAdapter()
Creates a new adapter for an object of class ' Version'. |
org.eclipse.emf.common.notify.Adapter |
createVersionPropertyAdapter()
Creates a new adapter for an object of class ' Version Property'. |
org.eclipse.emf.common.notify.Adapter |
createVersionSpecAdapter()
Creates a new adapter for an object of class ' Version Spec'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. |
| Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl |
|---|
adapt, adapt, adaptAllNew, adaptNew |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersioningAdapterFactory()
| Method Detail |
|---|
public boolean isFactoryForType(Object object)
true if
the object is either the model's package or is an instance object of the
model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.
target.public org.eclipse.emf.common.notify.Adapter createTagVersionSpecAdapter()
Tag Version Spec'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
TagVersionSpecpublic org.eclipse.emf.common.notify.Adapter createDateVersionSpecAdapter()
Date Version Spec'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
DateVersionSpecpublic org.eclipse.emf.common.notify.Adapter createPrimaryVersionSpecAdapter()
Primary Version Spec'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
PrimaryVersionSpecpublic org.eclipse.emf.common.notify.Adapter createVersionSpecAdapter()
Version Spec'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
VersionSpecpublic org.eclipse.emf.common.notify.Adapter createLogMessageAdapter()
Log Message'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
LogMessagepublic org.eclipse.emf.common.notify.Adapter createChangePackageAdapter()
Change Package'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
ChangePackagepublic org.eclipse.emf.common.notify.Adapter createHistoryInfoAdapter()
History Info'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
HistoryInfopublic org.eclipse.emf.common.notify.Adapter createHistoryQueryAdapter()
History Query'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
HistoryQuerypublic org.eclipse.emf.common.notify.Adapter createRangeQueryAdapter()
Range Query'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
RangeQuerypublic org.eclipse.emf.common.notify.Adapter createPathQueryAdapter()
Path Query'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
PathQuerypublic org.eclipse.emf.common.notify.Adapter createModelElementQueryAdapter()
Model Element Query
'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
ModelElementQuerypublic org.eclipse.emf.common.notify.Adapter createVersionAdapter()
Version'. This default implementation
returns null so that we can easily ignore cases; it's useful to ignore a
case when inheritance will catch all the cases anyway.
Versionpublic org.eclipse.emf.common.notify.Adapter createHeadVersionSpecAdapter()
Head Version Spec'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
HeadVersionSpecpublic org.eclipse.emf.common.notify.Adapter createVersionPropertyAdapter()
Version Property'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
VersionPropertypublic org.eclipse.emf.common.notify.Adapter createBranchVersionSpecAdapter()
Branch Version Spec
'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
BranchVersionSpecpublic org.eclipse.emf.common.notify.Adapter createBranchInfoAdapter()
Branch Info'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
BranchInfopublic org.eclipse.emf.common.notify.Adapter createAncestorVersionSpecAdapter()
Ancestor Version Spec'.
This default
implementation returns null so that we can easily ignore cases; it's
useful to ignore a case when inheritance will catch all the cases anyway.
AncestorVersionSpecpublic org.eclipse.emf.common.notify.Adapter createPagedUpdateVersionSpecAdapter()
Paged Update Version Spec'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PagedUpdateVersionSpecpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||