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.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html