(String s)
| 348 | } |
| 349 | |
| 350 | public static boolean notEmpty(String s) { |
| 351 | return s != null && s.length() > 0; |
| 352 | } |
| 353 | |
| 354 | protected static Object[] doBeans(final MBeanServerConnection mbsc, final ObjectName objName, |
| 355 | final String[] command, final boolean oneBeanOnly) throws Exception { |
no outgoing calls
no test coverage detected