ResourceLocationChange
s have been replaced by
ResourceAttachmentChange
s of kind Move.@Deprecated public class ResourceLocationChangeAccessorFactory extends AbstractAccessorFactory
IAccessorFactory
for
ResourceLocationChange
objects.IAccessorFactory.Registry
Constructor and Description |
---|
ResourceLocationChangeAccessorFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ITypedElement |
createAncestor(AdapterFactory adapterFactory,
Object target)
Deprecated.
Creates an
ITypedElement from an AdapterFactory and a given object. |
ITypedElement |
createLeft(AdapterFactory adapterFactory,
Object target)
Deprecated.
Creates an
ITypedElement from an AdapterFactory and a given object. |
ITypedElement |
createRight(AdapterFactory adapterFactory,
Object target)
Deprecated.
Creates an
ITypedElement from an AdapterFactory and a given object. |
boolean |
isFactoryFor(Object target)
Deprecated.
Checks if the target object is applicable to the factory.
|
getRanking, setRanking
public ResourceLocationChangeAccessorFactory()
public boolean isFactoryFor(Object target)
target
- the object for which we want to know if it is applicable to the factory.IAccessorFactory.isFactoryFor(java.lang.Object)
public ITypedElement createLeft(AdapterFactory adapterFactory, Object target)
ITypedElement
from an AdapterFactory
and a given object. This accessor is
specific for the left side of the comparison.adapterFactory
- the given adapter factory.target
- the given object.org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory.IAccessorFactory#createLeft(org.
eclipse.emf.common.notify.AdapterFactory, java.lang.Object)
public ITypedElement createRight(AdapterFactory adapterFactory, Object target)
ITypedElement
from an AdapterFactory
and a given object. This accessor is
specific for the right side of the comparison.adapterFactory
- the given adapter factory.target
- the given object.org.eclipse.emf.compare.rcp.ui.contentmergeviewer.accessor.factory.IAccessorFactory#createRight(org
.eclipse.emf.common.notify.AdapterFactory, java.lang.Object)
public ITypedElement createAncestor(AdapterFactory adapterFactory, Object target)
ITypedElement
from an AdapterFactory
and a given object. This accessor is
specific for the ancestor side of the comparison.adapterFactory
- the given adapter factory.target
- the given object.IAccessorFactory.createAncestor(org.eclipse.emf.common.notify.AdapterFactory,
java.lang.Object)
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.