Class PalantirJavaFormatterSettings
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.java.palantir.PalantirJavaFormatterSettings
Utility class for Palantir Java formatter specific settings.
- Author:
- bahlef
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Property key which defines if the Palantir formatter internal organize imports action should be used.static final String
Property key which defines if the Palantir formatter internal organize imports action should be used after NetBeans fix import action was executed. -
Method Summary
-
Field Details
-
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
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:
-