RefactoringDescriptor
來動態建構立即可執行的重構實例。
<!ELEMENT extension (contribution*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT contribution EMPTY>
<!ATTLIST contribution
id CDATA #REQUIRED
class CDATA #REQUIRED>
org.eclipse.ltk.core.refactoring.RefactoringContribution
。org.eclipse.ltk.core.rename.resource
的重新命名資源重構來定義重構構成要素,並以類別 RenameResourceRefactoringContribution
來實作:
<extension point=
"org.eclipse.ltk.core.refactoring.refactoringContributions"
>
<contribution class=
"org.eclipse.ltk.core.refactoring.RenameResourceRefactoringContribution"
id=
"org.eclipse.ltk.core.rename.resource"
/>
</extension>
org.eclipse.ltk.core.refactoring.RefactoringContribution
Copyright (c) 2006 IBM Corporation and others.
All
rights reserved. 本程式與隨附的資料依照 Elipse Public License 1.0 版此次發行所隨附的條款而提供,
可以在以下網址取得:http://www.eclipse.org/legal/epl-v10.html