Reload all classes in the specified package: e.g. "com.sun.tools" The special package name " " can be used to refer to unpackaged classes.
( String pack )
| 439 | to unpackaged classes. |
| 440 | */ |
| 441 | public void reloadPackage( String pack ) |
| 442 | throws UtilEvalError |
| 443 | { |
| 444 | throw cmUnavailable(); |
| 445 | } |
| 446 | |
| 447 | /** |
| 448 | This has been removed from the interface to shield the core from the |
nothing calls this directly
no test coverage detected