Constructor and Description |
---|
JavacStep(Javac javac,
JavacOptions javacOptions,
BuildTarget invokingRule,
SourcePathResolverAdapter resolver,
ProjectFilesystem filesystem,
ClasspathChecker classpathChecker,
CompilerParameters compilerParameters,
JarParameters abiJarParameters,
JarParameters libraryJarParameters) |
JavacStep(JavacPipelineState pipeline,
BuildTarget invokingRule,
SourcePathResolverAdapter resolver,
ProjectFilesystem filesystem) |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public JavacStep(Javac javac, JavacOptions javacOptions, BuildTarget invokingRule, SourcePathResolverAdapter resolver, ProjectFilesystem filesystem, ClasspathChecker classpathChecker, CompilerParameters compilerParameters, @Nullable JarParameters abiJarParameters, @Nullable JarParameters libraryJarParameters)
public JavacStep(JavacPipelineState pipeline, BuildTarget invokingRule, SourcePathResolverAdapter resolver, ProjectFilesystem filesystem)
public final StepExecutionResult execute(ExecutionContext context) throws IOException, InterruptedException
execute
in interface Step
IOException
InterruptedException
public String getDescription(ExecutionContext context)
getDescription
in interface Step
public String getShortName()
getShortName
in interface Step