Set a new base classpath and create a new base classloader. This means all types change.
( URL [] cp )
| 319 | This means all types change. |
| 320 | */ |
| 321 | @Override |
| 322 | public void setClassPath( URL [] cp ) { |
| 323 | baseClassPath.setPath( cp ); |
| 324 | initBaseLoader(); |
| 325 | loaderMap = new HashMap(); |
| 326 | classLoaderChanged(); |
| 327 | } |
| 328 | |
| 329 | /** |
| 330 | Overlay the entire path with a new class loader. |
no test coverage detected