org.apache.gora.dynamodb.compiler
Class GoraDynamoDBCompiler

java.lang.Object
  extended by org.apache.gora.dynamodb.compiler.GoraDynamoDBCompiler

public class GoraDynamoDBCompiler
extends Object

Generate specific Java classes for defined schemas.


Method Summary
static void compileSchema(File src, File dest)
          Generates Java classes for a schema.
static void main(String[] args)
          Start point of the compiler program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compileSchema

public static void compileSchema(File src,
                                 File dest)
                          throws IOException
Generates Java classes for a schema.

Throws:
IOException

main

public static void main(String[] args)
                 throws Exception
Start point of the compiler program

Parameters:
argsReceives - the schema file to be compiled and where this should be written
Throws:
Exception


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.