ComponentManager.createClassInfo

Overview | Methods | This Package | All Packages

ComponentManager.createClassInfo

Creates an instance of a ClassInfo class.

Syntax

public static IClassInfo createClassInfo( Class classInfoClass )

Parameters

classInfoClass

The ClassInfo class to be instantiated. (This class must implement the IClassInfo interface.)

Exceptions

java.lang.InstantiationException thrown if the ClassInfo class could not be created.

java.lang.IllegalAccessException thrown if you do not have permission to create the ClassInfo class.

Return Value

Returns an instance of classInfoClass.