public interface SourceFileProvider
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open() |
InputStream |
openSourceFile(String fullPath) |
void open() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionInputStream openSourceFile(String fullPath) throws IOException
IOExceptionCopyright © 2015. All rights reserved.