()
| 37 | } |
| 38 | |
| 39 | public static synchronized PluginManager getInstance() |
| 40 | { |
| 41 | if (instance == null) |
| 42 | { |
| 43 | instance = new PluginManager(); |
| 44 | } |
| 45 | return instance; |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * A Comparator to sort interactive plugins by their priority. |
no outgoing calls
no test coverage detected