Class TsFmtFormatterStep.State

java.lang.Object
com.diffplug.spotless.npm.TsFmtFormatterStep.State
All Implemented Interfaces:
Serializable
Enclosing class:
TsFmtFormatterStep

public static class TsFmtFormatterStep.State extends Object implements Serializable
See Also:
  • Field Details

    • locations

      public final com.diffplug.spotless.npm.NpmFormatterStepLocations locations
  • Constructor Details

  • Method Details

    • createFormatterFunc

      @Nonnull public FormatterFunc createFormatterFunc()
    • toRuntime

      public com.diffplug.spotless.npm.NpmFormatterStepStateBase.Runtime toRuntime()
    • prepareNodeServerLayout

      protected void prepareNodeServerLayout(com.diffplug.spotless.npm.NodeServerLayout layout) throws IOException
      Throws:
      IOException
    • replaceDevDependencies

      protected static String replaceDevDependencies(String template, Map<String,String> devDependencies)