public interface TypeLocator
StandardTypeLocator for an example implementation.| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
findType(java.lang.String typename)
Find a type by name.
|
java.lang.Class<?> findType(java.lang.String typename)
throws EvaluationException
typename - the type to be locatedEvaluationException - if there is a problem finding it