MCPcopy
hub / github.com/vipshop/vjtools / notEmpty

Method notEmpty

vjmxcli/src/main/java/com/vip/vjtools/jmx/Client.java:350–352  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

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 {

Callers 5

getObjectNameMethod · 0.95
doBeansMethod · 0.95
getFieldMethod · 0.80
getFileNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected