Internal Refactoring Element Filter

org.eclipse.jdt.ui.internal_refactoringElementFilter

3.1

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.

<!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>


[Enter extension point usage example here.]

The contributed class must extend org.eclipse.jdt.internal.corext.refactoring.RefactoringElementFilter

[Enter information about supplied implementation of this extension point.]