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.renameResource
.org.eclipse.ltk.core.refactoring.RefactoringContribution
.RenameResourceRefactoringContribution
na potrzeby refaktoryzacji zasobów poprzez zmianę nazwy, opatrzonego unikalnym identyfikatorem org.eclipse.ltk.core.rename.resource
:
<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 i inne podmioty.
Wszelkie prawa zastrzeżone. Program ten oraz towarzyszące mu materiały są udostępniane na warunkach
licencji EPL (Eclipse Public License), wersja 1.0, dołączonej do nich i
dostępnej pod adresem http://www.eclipse.org/legal/epl-v10.html.