org.filteredpush.rdf.generation
Class DescriptorJavaClasses

java.lang.Object
  extended by org.filteredpush.rdf.generation.DescriptorJavaClasses

public class DescriptorJavaClasses
extends java.lang.Object

Utility for the generation of the model class java code from the model descriptor xml. Also generates php objects that correspond to the java model when serialized into json.

Author:
lowery

Constructor Summary
DescriptorJavaClasses()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method performs the code generation based on the model descriptor xml files that are found on the build path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorJavaClasses

public DescriptorJavaClasses()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method performs the code generation based on the model descriptor xml files that are found on the build path.

Parameters:
args -
Throws:
java.lang.Exception