public static class CalculateSourceAbi.SourceAbiBuildable extends Object implements PipelinedBuildable<JavacPipelineState>
| Constructor and Description |
|---|
SourceAbiBuildable(BuildTarget buildTarget,
ProjectFilesystem filesystem,
JarBuildStepsFactory jarBuildStepsFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Step> |
getBuildSteps(BuildContext buildContext,
ProjectFilesystem filesystem,
OutputPathResolver outputPathResolver,
BuildCellRelativePathFactory buildCellPathFactory) |
com.google.common.collect.ImmutableList<Step> |
getPipelinedBuildSteps(BuildContext buildContext,
ProjectFilesystem filesystem,
JavacPipelineState state,
OutputPathResolver outputPathResolver,
BuildCellRelativePathFactory buildCellPathFactory) |
public SourceAbiBuildable(BuildTarget buildTarget, ProjectFilesystem filesystem, JarBuildStepsFactory jarBuildStepsFactory)
public com.google.common.collect.ImmutableList<Step> getBuildSteps(BuildContext buildContext, ProjectFilesystem filesystem, OutputPathResolver outputPathResolver, BuildCellRelativePathFactory buildCellPathFactory)
getBuildSteps in interface Buildablepublic com.google.common.collect.ImmutableList<Step> getPipelinedBuildSteps(BuildContext buildContext, ProjectFilesystem filesystem, JavacPipelineState state, OutputPathResolver outputPathResolver, BuildCellRelativePathFactory buildCellPathFactory)
getPipelinedBuildSteps in interface PipelinedBuildable<JavacPipelineState>