If the claspath map is not initialized, do it now. If component maps are not do them as well... Random note: Should this be "insure" or "ensure". I know I've seen "ensure" used in the JDK source. Here's what Webster has to say: Main Entry:ensure Pronunciation:in-'shur Function:tran
()
| 210 | loss. |
| 211 | */ |
| 212 | public void insureInitialized() |
| 213 | { |
| 214 | insureInitialized( true ); |
| 215 | } |
| 216 | |
| 217 | /** |
| 218 | @param topPath indicates that this is the top level classpath |
no test coverage detected