org.objectweb.kilim.model.services
Interface RuntimeClassLoader
- All Known Implementing Classes:
- DefaultRuntimeClassLoader
- public interface RuntimeClassLoader
- Author:
- dumant
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
Method Summary |
java.lang.Class |
getClass(java.lang.String className)
Method getClass. |
java.lang.Class |
getClass(Type type)
Method getClass. |
getClass
public java.lang.Class getClass(Type type)
throws KilimException
- Method getClass.
- Parameters:
type
- :
- Returns:
- Class :
- Throws:
KilimException
- :
getClass
public java.lang.Class getClass(java.lang.String className)
throws KilimException
- Method getClass.
- Parameters:
className
- :
- Returns:
- Class
- Throws:
KilimException
- :