org.apache.openejb.assembler.classic
Class CmpJarBuilder

java.lang.Object
  extended by org.apache.openejb.assembler.classic.CmpJarBuilder

public class CmpJarBuilder
extends java.lang.Object

Creates a jar file which contains the CMP implementation classes and the cmp entity mappings xml file.


Constructor Summary
CmpJarBuilder(AppInfo appInfo, java.lang.ClassLoader classLoader)
           
 
Method Summary
 java.io.File getJarFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmpJarBuilder

public CmpJarBuilder(AppInfo appInfo,
                     java.lang.ClassLoader classLoader)
Method Detail

getJarFile

public java.io.File getJarFile()
                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.