schema.javaFormatter.exsd Maven / Gradle / Ivy
This extension point allows clients to supply their own Java source code formatter.
The formatter is expected to use the default formatter's options.
A unique identifier used to reference this Java formatter.
The name of this Java formatter, used to present this formatter in the UI.
The fully-qualified name of the Java class that extends the org.eclipse.jdt.core.formatter.CodeFormatter abstract class.
3.11
Example of a declaration of a <code>javaFormatter</code>:
<pre>
<extension point="org.eclipse.jdt.core.javaFormatter">
<javaFormatter
class="myformatter.MyFormatter"
id="myformatter.javaFormatter"
name="My Custom Formatter">
</javaFormatter>
</extension>
</pre>
Copyright (c) 2014 Google Inc. and others.<br>
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
<a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/
SPDX-License-Identifier: EPL-2.0
© 2015 - 2025 Weber Informatics LLC | Privacy Policy