Package dev.lukebemish.immaculate.steps
Class ExternalFormattingStep
java.lang.Object
dev.lukebemish.immaculate.FormattingStep
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddependencies(org.gradle.api.Action<FormatterDependencies> action) abstract org.gradle.api.file.ConfigurableFileCollectionprotected abstract org.gradle.api.Projectvoidworkflow(FormattingWorkflow workflow) Methods inherited from class dev.lukebemish.immaculate.FormattingStep
formatter, getName
-
Constructor Details
-
ExternalFormattingStep
@Inject public ExternalFormattingStep()
-
-
Method Details
-
getProject
@Inject protected abstract org.gradle.api.Project getProject() -
workflow
- Overrides:
workflowin classFormattingStep
-
getFormatterClasspath
@InputFiles @Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getFormatterClasspath() -
getDependencies
-
dependencies
-