Class ExternalFormatterReformatTaskFactory
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.ui.editor.ExternalFormatterReformatTaskFactory
- All Implemented Interfaces:
org.netbeans.modules.editor.indent.spi.ReformatTask.Factory
public class ExternalFormatterReformatTaskFactory
extends Object
implements org.netbeans.modules.editor.indent.spi.ReformatTask.Factory
Custom implementation of the
ReformatTask.Factory
which delegates the formatting
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.ReformatTask
createTask
(org.netbeans.modules.editor.indent.spi.Context context)
-
Constructor Details
-
ExternalFormatterReformatTaskFactory
public ExternalFormatterReformatTaskFactory()
-
-
Method Details
-
createTask
public org.netbeans.modules.editor.indent.spi.ReformatTask createTask(org.netbeans.modules.editor.indent.spi.Context context) - Specified by:
createTask
in interfaceorg.netbeans.modules.editor.indent.spi.ReformatTask.Factory
-