Package jaxx.compiler.beans
Class BeanInfoUtil
java.lang.Object
jaxx.compiler.beans.BeanInfoUtil
public class BeanInfoUtil
extends java.lang.Object
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]originalBeanInfoSearchPath -
Constructor Summary
Constructors Constructor Description BeanInfoUtil() -
Method Summary
Modifier and Type Method Description static voidaddJaxxBeanInfoPath(java.lang.String... packageNames)static voidreset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
originalBeanInfoSearchPath
public static java.lang.String[] originalBeanInfoSearchPath
-
-
Constructor Details
-
BeanInfoUtil
public BeanInfoUtil()
-
-
Method Details
-
addJaxxBeanInfoPath
public static void addJaxxBeanInfoPath(java.lang.String... packageNames) -
reset
public static void reset()
-