()
| 735 | } |
| 736 | |
| 737 | public static SoSource[] cloneSoSources() { |
| 738 | sSoSourcesLock.readLock().lock(); |
| 739 | try { |
| 740 | return (sSoSources == null) ? new SoSource[0] : sSoSources.clone(); |
| 741 | } finally { |
| 742 | sSoSourcesLock.readLock().unlock(); |
| 743 | } |
| 744 | } |
| 745 | |
| 746 | /** |
| 747 | * Gets the dependencies of a library. |