public class PreCompile extends Object
| Constructor and Description |
|---|
PreCompile(Env env) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
compile(java.nio.file.Path fromPath) |
static void |
main(String[] args) |
protected void |
preCompile(String path,
String destinationFolder) |
void |
run(String destinationFolder) |
protected java.nio.file.Path |
toPath(String path,
String extension,
String destinationFolder) |
protected void |
write(byte[] bytes,
java.nio.file.Path toPath) |
public PreCompile(Env env)
public static void main(String[] args)
public void run(String destinationFolder)
protected java.nio.file.Path toPath(String path, String extension, String destinationFolder)
protected byte[] compile(java.nio.file.Path fromPath) throws IOException
IOExceptionprotected void write(byte[] bytes,
java.nio.file.Path toPath)
throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.