Interface for files processed by the ProjectFactory
AbstractInterface
| Methods |
| public abstract getContents() : string Returns the content of the file as a string. |
| public abstract md5() : string Returns md5 hash of the file. |
| public abstract path() : string Returns an relative path to the file. |