intarsys runtime library

Uses of Class
de.intarsys.tools.reflect.ObjectCreationException

Packages that use ObjectCreationException
de.intarsys.tools.dom   
de.intarsys.tools.factory   
de.intarsys.tools.functor   
de.intarsys.tools.monitor   
de.intarsys.tools.objectmodel   
de.intarsys.tools.reflect   
 

Uses of ObjectCreationException in de.intarsys.tools.dom
 

Methods in de.intarsys.tools.dom that throw ObjectCreationException
static
<T> Class<T>
ElementTools.createClass(Element element, String classAttribute, Class<T> expectedClass, ClassLoader classLoader)
           
static IFunctor ElementTools.createFunctor(Element element, Object owner, ClassLoader classLoader)
           
static
<T> T
ElementTools.createObject(Element element, Class<T> expectedClass, ClassLoader classLoader)
           
static
<T> T
ElementTools.createObject(Element element, String role, Class<T> expectedClass, ClassLoader classLoader)
           
static
<T> T
ElementTools.createObject(Object owner, Element element, Class<T> expectedClass, ClassLoader classLoader)
           
static
<T> T
ElementTools.createPropertyValue(Object owner, Element element, Class<T> expectedClass, ClassLoader classLoader)
           
static void ElementTools.setProperties(Object object, Element element, ClassLoader classLoader)
          Set properties in object based on the list of property information contained in element.
static void ElementTools.setProperty(Object object, Element element, ClassLoader classLoader)
          Set a property in object based on the property information contained in element.
 

Uses of ObjectCreationException in de.intarsys.tools.factory
 

Methods in de.intarsys.tools.factory that throw ObjectCreationException
 T IFactory.createInstance(IArgs args)
           
 

Uses of ObjectCreationException in de.intarsys.tools.functor
 

Methods in de.intarsys.tools.functor that throw ObjectCreationException
 F IFunctorFactory.createFunctor(Object... object)
          Create a new IFunctor object.
 IFunctorCall SimpleFunctorCallFactory.createFunctorCall(IFunctor functor, Object receiver, IArgs args)
           
 IFunctorCall IFunctorCallFactory.createFunctorCall(IFunctor functor, Object receiver, IArgs args)
          Create a new IFunctorCall.
 

Uses of ObjectCreationException in de.intarsys.tools.monitor
 

Methods in de.intarsys.tools.monitor that throw ObjectCreationException
static IMonitor[] MonitorFactory.createMonitors(Element element)
           
 

Uses of ObjectCreationException in de.intarsys.tools.objectmodel
 

Methods in de.intarsys.tools.objectmodel that throw ObjectCreationException
static IClassSelector ObjectModelTools.createSelector(String value)
           
 

Uses of ObjectCreationException in de.intarsys.tools.reflect
 

Methods in de.intarsys.tools.reflect that throw ObjectCreationException
static Object ObjectTools.convert(Object value, String typeName, ClassLoader classLoader)
           
static
<T> Class<T>
ClassTools.createClass(String className, Class<T> expectedClass, ClassLoader classLoader)
           
static
<T> T
ObjectTools.createObject(Class clazz, Class<T> expectedClass)
          Create a new instance of Class "class"
static
<T> T
ObjectTools.createObject(Class clazz, Class<T> expectedClass, Class[] parameterTypes, Object[] parameters)
          Create a new instance of Class "class"
static
<T> T
ObjectTools.createObject(String className, Class<T> expectedClass, ClassLoader classLoader)
          Create a new instance of Class "className" via "classLoader".
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.