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.
|
public 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 © 2017. All rights reserved.