org.plovr
Class LocalFileJsInput
java.lang.Object
org.plovr.AbstractJsInput
org.plovr.LocalFileJsInput
- All Implemented Interfaces:
- SourceFile.Generator, JsInput
- Direct Known Subclasses:
- CoffeeFile, JsSourceFile, SoyFile
public abstract class LocalFileJsInput
- extends AbstractJsInput
LocalFileJsInput
represents a JavaScript input to the Closure
Compiler that can be read from a local file.
- Author:
- bolinfest@gmail.com (Michael Bolin)
getSource
protected final File getSource()
hasInputChanged
protected boolean hasInputChanged()
- Overrides:
hasInputChanged
in class AbstractJsInput
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object