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