|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.compare.diff.service.DiffExtensionDescriptor
public class DiffExtensionDescriptor
The engine descriptor represents a diff extension contribution trough the extension point.
| Field Summary | |
|---|---|
protected java.lang.String |
diffextensionClassName
Class name of this DiffExtension. |
protected org.eclipse.core.runtime.IConfigurationElement |
element
Configuration element of this descriptor. |
protected java.lang.String |
fileExtension
File extension on which applying this diff extension. |
| Constructor Summary | |
|---|---|
DiffExtensionDescriptor(org.eclipse.core.runtime.IConfigurationElement configuration)
Instantiate the descriptor given its configuration. |
|
| Method Summary | |
|---|---|
java.lang.String |
getdDiffExtensionClassName()
Returns this DiffExtension class name. |
AbstractDiffExtension |
getDiffExtensionInstance()
Returns this DiffExtension instance. |
java.lang.String |
getFileExtension()
Returns the file extension associated with this contribution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String diffextensionClassName
DiffExtension.
protected final org.eclipse.core.runtime.IConfigurationElement element
protected final java.lang.String fileExtension
| Constructor Detail |
|---|
public DiffExtensionDescriptor(org.eclipse.core.runtime.IConfigurationElement configuration)
configuration - configuration element of this descriptor.| Method Detail |
|---|
public java.lang.String getdDiffExtensionClassName()
DiffExtension class name.
public AbstractDiffExtension getDiffExtensionInstance()
DiffExtension instance.
public java.lang.String getFileExtension()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||