Package com.diffplug.spotless.npm
Class NodeApp
java.lang.Object
com.diffplug.spotless.npm.NodeApp
- Direct Known Subclasses:
NodeServeApp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.diffplug.spotless.npm.NpmFormatterStepLocations
protected final com.diffplug.spotless.npm.NodeServerLayout
protected final com.diffplug.spotless.npm.NpmConfig
protected final NpmProcessFactory
-
Constructor Summary
ConstructorsConstructorDescriptionNodeApp
(com.diffplug.spotless.npm.NodeServerLayout nodeServerLayout, com.diffplug.spotless.npm.NpmConfig npmConfig, com.diffplug.spotless.npm.NpmFormatterStepLocations formatterStepLocations) -
Method Summary
-
Field Details
-
nodeServerLayout
@Nonnull protected final com.diffplug.spotless.npm.NodeServerLayout nodeServerLayout -
npmConfig
@Nonnull protected final com.diffplug.spotless.npm.NpmConfig npmConfig -
npmProcessFactory
-
formatterStepLocations
@Nonnull protected final com.diffplug.spotless.npm.NpmFormatterStepLocations formatterStepLocations
-
-
Constructor Details
-
NodeApp
public NodeApp(@Nonnull com.diffplug.spotless.npm.NodeServerLayout nodeServerLayout, @Nonnull com.diffplug.spotless.npm.NpmConfig npmConfig, @Nonnull com.diffplug.spotless.npm.NpmFormatterStepLocations formatterStepLocations)
-