MCPcopy Create free account
hub / github.com/dianping/cat / by

Method by

cat-client/src/main/java/com/dianping/cat/support/Splitters.java:9–11  ·  view source on GitHub ↗
(char delimiter)

Source from the content-addressed store, hash-verified

7
8public class Splitters {
9 public static StringSplitter by(char delimiter) {
10 return new StringSplitter(delimiter);
11 }
12
13 public static MapSplitter by(char pairSeparator, char keyValueSeparator) {
14 return new MapSplitter(pairSeparator, keyValueSeparator);

Callers 15

splitMethod · 0.95
AdjustMethod · 0.95
handleOutboundMethod · 0.95
getAlertTypeArrayMethod · 0.95
parseAlertEntityMethod · 0.95
builderReceiversMethod · 0.95
processRuleMethod · 0.95
processRuleMethod · 0.95
testListMethod · 0.95
getEndpointsMethod · 0.95
parseMapMethod · 0.95
getConfigMethod · 0.95

Calls

no outgoing calls

Tested by 3

testListMethod · 0.76
convertToHexMethod · 0.76