MCPcopy Index your code
hub / github.com/apache/groovy / addResolver

Method addResolver

src/main/java/groovy/grape/Grape.java:386–393  ·  view source on GitHub ↗

Adds a resolver to the shared grape engine. @param args the resolver descriptor

(Map<String, Object> args)

Source from the content-addressed store, hash-verified

384 * @param args the resolver descriptor
385 */
386 public static void addResolver(Map<String, Object> args) {
387 if (enableGrapes) {
388 GrapeEngine instance = getInstance();
389 if (instance != null) {
390 instance.addResolver(args);
391 }
392 }
393 }
394
395}

Callers 1

visitMethod · 0.95

Calls 2

getInstanceMethod · 0.95
addResolverMethod · 0.95

Tested by

no test coverage detected