Internal Refactoring Element Filter
Identifier:
org.eclipse.jdt.ui.internal_refactoringElementFilter
Since:
3.1
Description:
This extension point allows to contribute filters to exclude elements from Java refactorings.
Note: this internal extension point is still work in progress and may change at any time.
Configuration Markup:
<!ELEMENT extension (filter*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT filter EMPTY>
<!ATTLIST filter
id CDATA #REQUIRED
class CDATA #REQUIRED>
- id - a unique id that will be used to identify this filter
- class - the name of the class used to filter elements from refactorings. The class must extend org.eclipse.jdt.corext.refactoring.RefactoringElementFilter.
Examples:
[Enter extension point usage example here.]
API Information:
The contributed class must extend org.eclipse.jdt.internal.corext.refactoring.RefactoringElementFilter
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2005 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