Package dev.lukebemish.immaculate.steps
Class EclipseJdtFormatStep
java.lang.Object
dev.lukebemish.immaculate.FormattingStep
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidabstract org.gradle.api.file.RegularFilePropertyprotected 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
-
EclipseJdtFormatStep
@Inject public EclipseJdtFormatStep()
-
-
Method Details
-
getFormatter
@Internal protected org.gradle.api.provider.Property<org.gradle.api.artifacts.Dependency> getFormatter() -
getVersion
-
configureSpec
- Specified by:
configureSpecin classWrapperFormattingStep
-
getConfig
@InputFile @Optional @PathSensitive(NONE) public abstract org.gradle.api.file.RegularFileProperty getConfig()
-