Interface FormattingConfiguration

All Superinterfaces:
Serializable
All Known Implementing Classes:
FormattingConfigurationBuilder.Value

interface FormattingConfiguration extends Serializable
  • Method Details

    • debug

      boolean debug()
    • style

      String style()
    • directoriesToFormat

      List<File> directoriesToFormat()
    • verbose

      boolean verbose()
    • filesNamePattern

      String filesNamePattern()
    • filesPathPattern

      String filesPathPattern()
    • skipSortingImports

      boolean skipSortingImports()
    • writeReformattedFiles

      boolean writeReformattedFiles()
    • processingLabel

      String processingLabel()
    • builder