public static class JarBuildStepsFactory.JavaDependencyInfo extends Object implements AddsToRuleKey
Modifier and Type | Field and Description |
---|---|
SourcePath |
abiJar |
SourcePath |
compileTimeJar |
boolean |
isRequiredForSourceOnlyAbi |
Constructor and Description |
---|
JavaDependencyInfo(SourcePath compileTimeJar,
SourcePath abiJar,
boolean isRequiredForSourceOnlyAbi) |
public final SourcePath compileTimeJar
public final SourcePath abiJar
public final boolean isRequiredForSourceOnlyAbi
public JavaDependencyInfo(SourcePath compileTimeJar, SourcePath abiJar, boolean isRequiredForSourceOnlyAbi)