Package org.eclipse.emf.compare.internal
Class FeatureFilterAdapter
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterImpl
-
- org.eclipse.emf.compare.internal.FeatureFilterAdapter
-
- All Implemented Interfaces:
Adapter
,Adapter.Internal
public class FeatureFilterAdapter extends AdapterImpl
This will be used to attach the FeatureFilter to its comparison so that it can be used after the diff process.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
-
Constructor Summary
Constructors Constructor Description FeatureFilterAdapter(FeatureFilter featureFilter)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureFilter
getFeatureFilter()
boolean
isAdapterForType(Object type)
-
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
-
-
-
Constructor Detail
-
FeatureFilterAdapter
public FeatureFilterAdapter(FeatureFilter featureFilter)
Constructor.- Parameters:
featureFilter
- The wrapped feature filter.
-
-
Method Detail
-
isAdapterForType
public boolean isAdapterForType(Object type)
- Specified by:
isAdapterForType
in interfaceAdapter
- Overrides:
isAdapterForType
in classAdapterImpl
-
getFeatureFilter
public FeatureFilter getFeatureFilter()
-
-