MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / load

Method load

src/org/opensourcephysics/tools/Library.java:184–187  ·  view source on GitHub ↗

Loads this library from an xml file. @param path the path to the file

(String path)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

loadObjectMethod · 0.65

Tested by

no test coverage detected