org.apache.activemq.protobuf.compiler
Class JavaGenerator

java.lang.Object
  extended by org.apache.activemq.protobuf.compiler.JavaGenerator

public class JavaGenerator
extends java.lang.Object


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

Constructor Detail

JavaGenerator

public JavaGenerator()
Method Detail

main

public static void main(java.lang.String[] args)

compile

public void compile(java.io.File file)
             throws CompilerException
Throws:
CompilerException

getOut

public java.io.File getOut()

setOut

public void setOut(java.io.File outputDirectory)

getPath

public java.io.File[] getPath()

setPath

public void setPath(java.io.File[] path)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.