org.fusesource.hawtbuf.proto.compiler
Class AltJavaGenerator

java.lang.Object
  extended by org.fusesource.hawtbuf.proto.compiler.AltJavaGenerator

public class AltJavaGenerator
extends Object


Constructor Summary
AltJavaGenerator()
           
 
Method Summary
 void compile(File file)
           
 File getOut()
           
 File[] getPath()
           
static void main(String[] args)
           
 void setOut(File outputDirectory)
           
 void setPath(File[] path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AltJavaGenerator

public AltJavaGenerator()
Method Detail

main

public static void main(String[] args)

compile

public void compile(File file)
             throws CompilerException
Throws:
CompilerException

getOut

public File getOut()

setOut

public void setOut(File outputDirectory)

getPath

public File[] getPath()

setPath

public void setPath(File[] path)


Copyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.