( String name )
| 158 | } |
| 159 | |
| 160 | public boolean classExists( String name ) { |
| 161 | return ( classForName( name ) != null ); |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | Load the specified class by name, taking into account added classpath |
nothing calls this directly
no test coverage detected