MCPcopy Create free account
hub / github.com/dreamhead/moco / xml

Method xml

moco-core/src/main/java/com/github/dreamhead/moco/Moco.java:381–383  ·  view source on GitHub ↗
(final String resource)

Source from the content-addressed store, hash-verified

379 }
380
381 public static ContentResource xml(final String resource) {
382 return xml(text(checkNotNullOrEmpty(resource, "Resource should not be null")));
383 }
384
385 public static ContentResource xml(final Resource resource) {
386 checkNotNull(resource, "Resource should not be null");

Calls 3

textMethod · 0.95
checkNotNullOrEmptyMethod · 0.80
xmlResourceMethod · 0.80