Class ClassForNameProviderDefault
java.lang.Object
com.espertech.esper.common.client.util.ClassForNameProviderDefault
- All Implemented Interfaces:
ClassForNameProvider
Default provider for classname lookups.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClassForNameProviderDefault
Instance of the default class-for-name providerFields inherited from interface com.espertech.esper.common.client.util.ClassForNameProvider
NAME
-
Method Summary
Modifier and TypeMethodDescriptionclassForName
(String className) Lookup class name returning class.
-
Field Details
-
INSTANCE
Instance of the default class-for-name provider
-
-
Method Details
-
classForName
Description copied from interface:ClassForNameProvider
Lookup class name returning class.- Specified by:
classForName
in interfaceClassForNameProvider
- Parameters:
className
- to look up- Returns:
- class
- Throws:
ClassNotFoundException
- if the class cannot be found
-