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

Method listDependencies

src/main/java/groovy/grape/GrapeEngine.java:97–97  ·  view source on GitHub ↗

Lists dependencies associated with the supplied class loader. @param classLoader the class loader to inspect @return the dependency descriptors

(ClassLoader classLoader)

Source from the content-addressed store, hash-verified

95 * @return the dependency descriptors
96 */
97 Map[] listDependencies(ClassLoader classLoader);
98
99 /**
100 * Adds a resolver to this engine.

Callers 1

listDependenciesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected