public interface TranspilerHook
| Modifier and Type | Method and Description |
|---|---|
byte[] |
transpile(File f)
indicates a file is being accessed. in dev mode this is called always (so its up to the implementation
to check for filedate/modification).
|
byte[] transpile(File f) throws TranspileException
f - - the file being accessed (after resourcepath resolvment)TranspileExceptionCopyright © 2016. All rights reserved.