<!ELEMENT extension (searchDelegate?)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT searchDelegate EMPTY>
<!ATTLIST searchDelegate
class CDATA #REQUIRED
id CDATA #REQUIRED>
Definition of a Java Search Delegate.
org.eclipse.jdt.core.search.IJavaSearchDelegate interface with a public 0-arg constructor.IJavaSearchDelegate: <extension point="org.eclipse.jdt.core.javaSearchDelegate"> <resolver class="org.eclipse.jdt.core.MySearchDelegate" id="org.eclipse.jdt.core.MySearchDelegate"> </resolver> </extension>
Copyright (c) 2025 Red Hat, Inc. and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0