Class PalantirJavaFormatterSettings

java.lang.Object
de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterSettings

public class PalantirJavaFormatterSettings extends Object
Utility class for Palantir Java formatter specific settings.
Author:
bahlef
  • Field Details

    • ORGANIZE_IMPORTS

      public static final String ORGANIZE_IMPORTS
      Property key which defines if the Palantir formatter internal organize imports action should be used.
      Since:
      1.15.2
      See Also:
    • ORGANIZE_IMPORTS_AFTER_FIX_IMPORTS

      public static final String ORGANIZE_IMPORTS_AFTER_FIX_IMPORTS
      Property key which defines if the Palantir formatter internal organize imports action should be used after NetBeans fix import action was executed.
      Since:
      1.15.2
      See Also: