|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bbqjs.compiler.AbstractCompilableFile
org.bbqjs.compiler.javascript.CompilableJavaScriptFile
public class CompilableJavaScriptFile
| Field Summary |
|---|
| Fields inherited from class org.bbqjs.compiler.AbstractCompilableFile |
|---|
contents, includedFiles, sourceRoots |
| Constructor Summary | |
|---|---|
CompilableJavaScriptFile(URL javaScriptInputFile,
String packageName,
String[] sourceRoots)
|
|
| Method Summary | |
|---|---|
protected void |
encounteredInclude(String className,
URL javaScriptFile)
|
String |
getPackageName()
|
static void |
setLogger(org.slf4j.Logger log)
|
| Methods inherited from class org.bbqjs.compiler.AbstractCompilableFile |
|---|
encounteredInclude, equals, findIncludes, getFilePath, getIncludedFiles, toString, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompilableJavaScriptFile(URL javaScriptInputFile,
String packageName,
String[] sourceRoots)
throws IOException
IOException| Method Detail |
|---|
public static void setLogger(org.slf4j.Logger log)
protected void encounteredInclude(String className,
URL javaScriptFile)
throws IOException
encounteredInclude in class AbstractCompilableFileIOExceptionpublic String getPackageName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||