Loads this library from an xml file. @param path the path to the file
(String path)
| 182 | * @param path the path to the file |
| 183 | */ |
| 184 | protected void load(String path) { |
| 185 | if (path != null) |
| 186 | new XMLControlElement(path).loadObject(this); |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * Gets the names of all collections maintained by this library. |
nothing calls this directly
no test coverage detected