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