Class JavaGenerator
- java.lang.Object
-
- org.apache.activemq.protobuf.compiler.JavaGenerator
-
public class JavaGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JavaGenerator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-