Package dev.lukebemish.immaculate.steps
Class EclipseJdtFormatStep
java.lang.Object
dev.lukebemish.immaculate.FormattingStep
dev.lukebemish.immaculate.steps.AbstractFormattingStep
dev.lukebemish.immaculate.steps.ExternalFormattingStep
dev.lukebemish.immaculate.steps.WrapperFormattingStep
dev.lukebemish.immaculate.steps.EclipseJdtFormatStep
- 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
ConstructorsConstructorDescriptionEclipseJdtFormatStep(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 voidabstract org.gradle.api.file.RegularFilePropertyprotected org.gradle.api.provider.Property<org.gradle.api.artifacts.Dependency>voidMethods inherited from class dev.lukebemish.immaculate.steps.WrapperFormattingStep
formatter, getArgs, getHideStacktrace, getJavaLauncher, getJvmArgsMethods inherited from class dev.lukebemish.immaculate.steps.ExternalFormattingStep
dependencies, getDependencies, getFormatterClasspathMethods inherited from class dev.lukebemish.immaculate.steps.AbstractFormattingStep
getName
-
Constructor Details
-
EclipseJdtFormatStep
-
-
Method Details
-
getEclipseJdtFormatter
@Internal protected org.gradle.api.provider.Property<org.gradle.api.artifacts.Dependency> getEclipseJdtFormatter() -
version
-
configureSpec
- Specified by:
configureSpecin classWrapperFormattingStep
-
getConfig
@InputFile @Optional @PathSensitive(NONE) public abstract org.gradle.api.file.RegularFileProperty getConfig()
-