Package dev.lukebemish.immaculate.steps
Class WrapperFormattingStep
java.lang.Object
dev.lukebemish.immaculate.FormattingStep
dev.lukebemish.immaculate.steps.ExternalFormattingStep
dev.lukebemish.immaculate.steps.WrapperFormattingStep
- All Implemented Interfaces:
org.gradle.api.Named
- Direct Known Subclasses:
EclipseJdtFormatStep,GoogleJavaFormatStep,PalantirJavaFormatStep
-
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 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>protected abstract org.gradle.api.logging.configuration.LoggingConfigurationprotected abstract org.gradle.api.model.ObjectFactoryMethods inherited from class dev.lukebemish.immaculate.steps.ExternalFormattingStep
dependencies, getDependencies, getFormatterClasspath, getProject, workflowMethods inherited from class dev.lukebemish.immaculate.FormattingStep
getName
-
Constructor Details
-
WrapperFormattingStep
public WrapperFormattingStep()
-
-
Method Details
-
getHideStacktrace
-
configureSpec
-
getLoggingConfiguration
@Inject protected abstract org.gradle.api.logging.configuration.LoggingConfiguration getLoggingConfiguration() -
getObjectFactory
@Inject protected abstract org.gradle.api.model.ObjectFactory getObjectFactory() -
formatter
- Specified by:
formatterin classFormattingStep
-
getArgs
-
getJvmArgs
-
getJavaLauncher
public abstract org.gradle.api.provider.Property<org.gradle.jvm.toolchain.JavaLauncher> getJavaLauncher()
-