RefactoringDescriptor.
<!ELEMENT extension (creator*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT creator EMPTY>
<!ATTLIST creator
id CDATA #REQUIRED
class CDATA #REQUIRED>
org.eclipse.ltk.core.refactoring.IRefactoringInstanceCreator.RenameResourceRefactoringInstanceCreator for the rename resource refactoring with unique id org.eclipse.ltk.core.rename.resource:
<extension point=
"org.eclipse.ltk.core.refactoring.refactoringCreators"
>
<creator class=
"org.eclipse.ltk.core.refactoring.scripting.RenameResourceRefactoringInstanceCreator"
id=
"org.eclipse.ltk.core.rename.resource"
/>
</extension>
org.eclipse.ltk.core.refactoring.IRefactoringInstanceCreator
RefactoringInstanceCreator of the interface IRefactoringInstanceCreator, which converts arguments from refactoring descriptors to generic refactoring arguments (class GenericRefactoringArguments).
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