Add an element to an LD_LIBRARY_PATH under construction. @param paths Collection of paths to which to add
(Collection<String> paths)
| 133 | * @param paths Collection of paths to which to add |
| 134 | */ |
| 135 | public void addToLdLibraryPath(Collection<String> paths) { |
| 136 | /* By default, do nothing */ |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Return an array of ABIs handled by this SoSource. |