(Menu menu)
| 1001 | } |
| 1002 | |
| 1003 | static void addSeparator(Menu menu) { |
| 1004 | menu.addSeparator(); |
| 1005 | } |
| 1006 | |
| 1007 | /** Opens the configuration file ("plugins.config") from a JAR file and returns it as an InputStream. */ |
| 1008 | InputStream getConfigurationFile(String jar) { |
no outgoing calls
no test coverage detected