Groovy Documentation

org.codehaus.groovy.grails.resolve
[Groovy] Class DependencyManagerUtils

java.lang.Object
  org.codehaus.groovy.grails.resolve.DependencyManagerUtils

@groovy.transform.CompileStatic
abstract class DependencyManagerUtils
extends java.lang.Object

Abstract implementation of DependencyManager interface

Authors:
Graeme Rocher
Since:
2.3


Method Summary
static groovy.util.slurpersupport.GPathResult downloadPluginList(java.io.File localFile)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

downloadPluginList

static groovy.util.slurpersupport.GPathResult downloadPluginList(java.io.File localFile)


 

Groovy Documentation