com.voltvoodoo.brew.compile
Class RawCopyCompiler

java.lang.Object
  extended by com.voltvoodoo.brew.compile.RawCopyCompiler
All Implemented Interfaces:
Compiler

public class RawCopyCompiler
extends java.lang.Object
implements Compiler


Constructor Summary
RawCopyCompiler(CompilerMojo mojo)
           
 
Method Summary
 void compile(java.util.List<java.lang.String> files, java.io.File sourceDir, java.io.File targetDir)
           
 void copyFile(java.lang.String path, java.io.File sourceDir, java.io.File targetDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawCopyCompiler

public RawCopyCompiler(CompilerMojo mojo)
Method Detail

compile

public void compile(java.util.List<java.lang.String> files,
                    java.io.File sourceDir,
                    java.io.File targetDir)
Specified by:
compile in interface Compiler

copyFile

public void copyFile(java.lang.String path,
                     java.io.File sourceDir,
                     java.io.File targetDir)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 FuseSource. All Rights Reserved.