|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompilableFile
I am a compilable file. I can be compiled.
| Method Summary | |
|---|---|
URL |
getFilePath()
Returns the path to this file. |
List<CompilableFile> |
getIncludedFiles()
Returns a list of files included by this source file. |
void |
writeTo(OutputStream outputStream)
Calling this method will cause the contents of the file to be written into the output stream. |
| Method Detail |
|---|
void writeTo(OutputStream outputStream)
throws IOException
outputStream -
IOExceptionList<CompilableFile> getIncludedFiles()
URL getFilePath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||