public abstract class CLICommandTranspiler extends Object implements TranspilerHook
| Constructor and Description |
|---|
CLICommandTranspiler(String endingToLookFor) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String[] |
createCMDLine(File targetJSFile,
File source) |
void |
ioPoller(OutputStream fout,
InputStream in,
Process proc) |
protected boolean |
shouldUpdate(File targetJSFile,
File source) |
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).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittranspilepublic CLICommandTranspiler(String endingToLookFor)
public byte[] transpile(File f) throws TranspileException
TranspilerHooktranspile in interface TranspilerHookf - - the file being accessed (after resourcepath resolvment)TranspileExceptionpublic void ioPoller(OutputStream fout, InputStream in, Process proc)
Copyright © 2018. All rights reserved.