Class ExternalFormatterIndentTaskFactory
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterIndentTaskFactory
- All Implemented Interfaces:
org.netbeans.modules.editor.indent.spi.IndentTask.Factory
public class ExternalFormatterIndentTaskFactory
extends Object
implements org.netbeans.modules.editor.indent.spi.IndentTask.Factory
Custom implementation of the
IndentTask.Factory
which delegates the indenting
tasks to the configured external formatter or to the internal NetBeans formatter.- Author:
- bahlef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.netbeans.modules.editor.indent.spi.IndentTask
createTask
(org.netbeans.modules.editor.indent.spi.Context context)
-
Constructor Details
-
ExternalFormatterIndentTaskFactory
public ExternalFormatterIndentTaskFactory()
-
-
Method Details
-
createTask
public org.netbeans.modules.editor.indent.spi.IndentTask createTask(org.netbeans.modules.editor.indent.spi.Context context) - Specified by:
createTask
in interfaceorg.netbeans.modules.editor.indent.spi.IndentTask.Factory
-