Package dev.lukebemish.immaculate.steps
Class PalantirJavaFormatStep
java.lang.Object
dev.lukebemish.immaculate.FormattingStep
dev.lukebemish.immaculate.steps.ExternalFormattingStep
dev.lukebemish.immaculate.steps.WrapperFormattingStep
dev.lukebemish.immaculate.steps.PalantirJavaFormatStep
- All Implemented Interfaces:
org.gradle.api.Named
-
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 voidprotected org.gradle.api.provider.Property<org.gradle.api.artifacts.Dependency>protected abstract org.gradle.api.provider.Property<String>Methods inherited from class dev.lukebemish.immaculate.steps.WrapperFormattingStep
formatter, getArgs, getHideStacktrace, getJavaLauncher, getJvmArgs, getLoggingConfiguration, getObjectFactoryMethods inherited from class dev.lukebemish.immaculate.steps.ExternalFormattingStep
dependencies, getDependencies, getFormatterClasspath, getProject, workflowMethods inherited from class dev.lukebemish.immaculate.FormattingStep
getName
-
Constructor Details
-
PalantirJavaFormatStep
@Inject public PalantirJavaFormatStep()
-
-
Method Details
-
getFormatter
@Internal protected org.gradle.api.provider.Property<org.gradle.api.artifacts.Dependency> getFormatter() -
getVersion
-
configureSpec
- Specified by:
configureSpecin classWrapperFormattingStep
-