public class DefaultJavaAbiInfo extends Object implements JavaAbiInfo
Constructor and Description |
---|
DefaultJavaAbiInfo(SourcePath jarPath) |
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 DefaultJavaAbiInfo(SourcePath jarPath)
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) throws IOException
load
in interface JavaAbiInfo
IOException
public void invalidate()
invalidate
in interface JavaAbiInfo