|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.AbstractJsInput
org.plovr.LocalFileJsInput
public abstract class LocalFileJsInput
LocalFileJsInput
represents a JavaScript input to the Closure
Compiler that can be read from a local 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 | |
---|---|
boolean |
equals(java.lang.Object obj)
|
protected java.io.File |
getSource()
|
int |
hashCode()
|
protected boolean |
hasInputChanged()
|
Methods inherited from class org.plovr.AbstractJsInput |
---|
calculateEtagFor, getCode, getCodeWithEtag, getName, getProvides, getRequires, getTemplateCode, isSoyFile, processProvidesAndRequires, supportsEtags, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
protected final java.io.File getSource()
protected boolean hasInputChanged()
hasInputChanged
in class AbstractJsInput
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |