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 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 interface org.netbeans.modules.editor.indent.spi.ReformatTask.Factory