Package dev.lukebemish.immaculate.steps
Class WrapperFormattingStep
java.lang.Object
dev.lukebemish.immaculate.FormattingStep
dev.lukebemish.immaculate.steps.AbstractFormattingStep
dev.lukebemish.immaculate.steps.ExternalFormattingStep
dev.lukebemish.immaculate.steps.WrapperFormattingStep
- All Implemented Interfaces:
org.gradle.api.Named
- Direct Known Subclasses:
EclipseJdtFormatStep,GoogleJavaFormatStep
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
ConstructorsConstructorDescriptionWrapperFormattingStep(String name, String workflowName, org.gradle.api.Project project, org.gradle.api.model.ObjectFactory objectFactory, org.gradle.jvm.toolchain.JavaToolchainService javaToolchainService) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidabstract org.gradle.api.provider.ListProperty<String>getArgs()protected abstract org.gradle.api.provider.Property<Boolean>abstract org.gradle.api.provider.Property<org.gradle.jvm.toolchain.JavaLauncher>abstract org.gradle.api.provider.ListProperty<String>Methods inherited from class dev.lukebemish.immaculate.steps.ExternalFormattingStep
dependencies, getDependencies, getFormatterClasspathMethods inherited from class dev.lukebemish.immaculate.steps.AbstractFormattingStep
getName
-
Constructor Details
-
WrapperFormattingStep
-
-
Method Details
-
getHideStacktrace
-
configureSpec
-
formatter
- Specified by:
formatterin classFormattingStep
-
getArgs
-
getJvmArgs
-
getJavaLauncher
public abstract org.gradle.api.provider.Property<org.gradle.jvm.toolchain.JavaLauncher> getJavaLauncher()
-