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