|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.AbstractJsInput
org.plovr.LocalFileJsInput
org.plovr.JsSourceFile
public class JsSourceFile
JsSourceFile
represents a JavaScript file.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.plovr.JsInput |
---|
JsInput.CodeWithEtag |
Field Summary |
---|
Fields inherited from class org.plovr.AbstractJsInput |
---|
provides, requires |
Method Summary | |
---|---|
java.lang.String |
getCode()
|
boolean |
supportsEtags()
Whether this input can calculate a stable ETag value for itself. |
Methods inherited from class org.plovr.LocalFileJsInput |
---|
equals, getSource, hashCode, hasInputChanged |
Methods inherited from class org.plovr.AbstractJsInput |
---|
calculateEtagFor, getCodeWithEtag, getName, getProvides, getRequires, getTemplateCode, isSoyFile, processProvidesAndRequires, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getCode()
getCode
in interface com.google.javascript.jscomp.SourceFile.Generator
getCode
in interface JsInput
getCode
in class AbstractJsInput
public boolean supportsEtags()
JsInput
supportsEtags
in interface JsInput
supportsEtags
in class AbstractJsInput
JsInput.getCodeWithEtag()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |