Gets the full path of a library if it is found on this SoSource. @param soFileName the full file name of the library @return the full path of a library if it is found on this SoSource, null otherwise. @throws IOException if there is an error calculating soFileName's canonical path
(String soFileName)
| 111 | * @throws IOException if there is an error calculating {@code soFileName}'s canonical path |
| 112 | */ |
| 113 | @Nullable |
| 114 | public String getLibraryPath(String soFileName) throws IOException { |
| 115 | return null; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Gets the dependencies of a library if it is found on this SoSource |