Utility class to find all subclasses of superClass on the classpath entries specified in a scenario's model data. SIM-489: The method reads the scenario file each time it is called. Can implement local caching of UserPathData if necessary.
Type Params | Return Type | Name and description |
---|---|---|
<E> |
static Collection<Class<? extends E>> |
find(Class<? extends E> E) |