org.milyn.ejc
Class BindingWriter
java.lang.Object
org.milyn.ejc.BindingWriter
public class BindingWriter
- extends java.lang.Object
BindingWriter generates a bindingfile based on classstructure found in ClassModel.
- Author:
- bardl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingWriter
public BindingWriter(ClassModel classModel)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
generate
public void generate(java.lang.String bindingfile)
throws java.io.IOException
- Throws:
java.io.IOException
writeBindingConfig
public static void writeBindingConfig(ClassModel classModel,
java.io.Writer writer)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeBindingConfig
public void writeBindingConfig(java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011. All Rights Reserved.