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 JavaAbiInfo
public com.google.common.collect.ImmutableSortedSet<SourcePath> getJarContents()
getJarContents
in interface JavaAbiInfo
public boolean jarContains(String path)
jarContains
in interface JavaAbiInfo
public void load(SourcePathResolverAdapter pathResolver)
load
in interface JavaAbiInfo
public void invalidate()
invalidate
in interface JavaAbiInfo