gov.nih.nci.caarray.services.fileparse2.arraydesign
Class ClassGenerator

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse2.arraydesign.ClassGenerator

public final class ClassGenerator
extends java.lang.Object


Nested Class Summary
protected static class ClassGenerator.DirectLoader
          Simple loader for constructed classes.
 
Method Summary
static java.lang.Class implementParsedFeatureClass(java.util.Map featureColumn2PropMap)
          Create access class for getting and setting a bean-style property value.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

implementParsedFeatureClass

public static java.lang.Class implementParsedFeatureClass(java.util.Map featureColumn2PropMap)
                                                   throws java.lang.Exception
Create access class for getting and setting a bean-style property value. This creates a class that implements a get/set interface, with the actual implementations of the get and set methods simply calling the supplied target class methods, returning the bytecode array.

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception