Package dev.lukebemish.immaculate.steps
Class ExternalFormattingStep
java.lang.Object
dev.lukebemish.immaculate.FormattingStep
dev.lukebemish.immaculate.steps.AbstractFormattingStep
dev.lukebemish.immaculate.steps.ExternalFormattingStep
- All Implemented Interfaces:
org.gradle.api.Named
- Direct Known Subclasses:
WrapperFormattingStep
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
ConstructorsConstructorDescriptionExternalFormattingStep(String name, String workflowName, org.gradle.api.Project project, org.gradle.api.model.ObjectFactory objectFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoiddependencies(org.gradle.api.Action<FormatterDependencies> action) abstract org.gradle.api.file.ConfigurableFileCollectionMethods inherited from class dev.lukebemish.immaculate.steps.AbstractFormattingStep
getNameMethods inherited from class dev.lukebemish.immaculate.FormattingStep
formatter
-
Constructor Details
-
ExternalFormattingStep
-
-
Method Details
-
getFormatterClasspath
@InputFiles @Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getFormatterClasspath() -
getDependencies
-
dependencies
-