@return the content of analysis configuration.
()
| 44 | * @return the content of analysis configuration. |
| 45 | */ |
| 46 | public static InputStream getAnalysisConfig() { |
| 47 | return Configs.class |
| 48 | .getClassLoader() |
| 49 | .getResourceAsStream(CONFIG); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * @return the URL of analysis configuration. |
no test coverage detected