简体   繁体   English

eclipse compare API有什么区别?

[英]What is difference between eclipse compare API?

I have to create own eclipse compare editor, so I can see difference between models as I want. 我必须创建自己的Eclipse比较编辑器,以便可以根据需要看到模型之间的差异。 (Need to create customize compare editor UI.) While surfing on internet I found two different API. (需要创建自定义的比较编辑器UI。)在Internet上冲浪时,我发现了两个不同的API。 org.eclipse.emf.compare and org.eclipse.compare . org.eclipse.emf.compareorg.eclipse.compare

What is difference between these two API? 这两个API有什么区别? Which should I use to create own compare editor? 我应该使用哪个来创建自己的比较编辑器?

org.eclipse.compare is part of core Eclipse and provides a general API for comparing text and other files. org.eclipse.compare是Eclipse核心的一部分,并提供了用于比较文本和其他文件的通用API。

org.eclipse.emf.compare is part of the Eclipse Modelling Framework (EMF). org.eclipse.emf.compare是Eclipse Modeling Framework(EMF)的一部分。 I am not familiar with this but presumably it provides an API for comparing EMF models. 我对此并不熟悉,但是大概它提供了一个用于比较EMF模型的API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM