public class EmptyJavaAbiInfo extends Object implements JavaAbiInfo
| Constructor and Description |
|---|
EmptyJavaAbiInfo(BuildTarget buildTarget) |
| Modifier and Type | Method and Description |
|---|---|
BuildTarget |
getBuildTarget() |
com.google.common.collect.ImmutableSortedSet<SourcePath> |
getJarContents() |
void |
invalidate() |
boolean |
jarContains(String path) |
void |
load(SourcePathResolverAdapter pathResolver) |
public EmptyJavaAbiInfo(BuildTarget buildTarget)
public BuildTarget getBuildTarget()
getBuildTarget in interface JavaAbiInfopublic com.google.common.collect.ImmutableSortedSet<SourcePath> getJarContents()
getJarContents in interface JavaAbiInfopublic boolean jarContains(String path)
jarContains in interface JavaAbiInfopublic void load(SourcePathResolverAdapter pathResolver)
load in interface JavaAbiInfopublic void invalidate()
invalidate in interface JavaAbiInfo