Reloading classes means creating a new classloader and using it whenever we are asked for classes in the appropriate space. For this we use a DiscreteFilesClassLoader
( String [] classNames )
| 427 | For this we use a DiscreteFilesClassLoader |
| 428 | */ |
| 429 | public void reloadClasses( String [] classNames ) |
| 430 | throws UtilEvalError |
| 431 | { |
| 432 | throw cmUnavailable(); |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | Reload all classes in the specified package: e.g. "com.sun.tools" |
nothing calls this directly
no test coverage detected