public class JarSourceFileProvider extends Object implements SourceFileProvider
| Constructor and Description |
|---|
JarSourceFileProvider(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SourceFileInfo |
getSourceFile(String fullPath) |
void |
open() |
public JarSourceFileProvider(File file)
public void open()
throws IOException
open in interface SourceFileProviderIOExceptionpublic void close()
throws IOException
close in interface SourceFileProviderIOExceptionpublic SourceFileInfo getSourceFile(String fullPath) throws IOException
getSourceFile in interface SourceFileProviderIOExceptionCopyright © 2019. All rights reserved.