|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.grape.Grape
public class Grape extends Object
Facade to GrapeEngine.
Field Summary | |
---|---|
protected static GrapeEngine |
instance
|
Method Summary | |
---|---|
static void
|
addResolver(Map args)
|
static Map
|
enumerateGrapes()
|
static boolean
|
getEnableAutoDownload()
This is a static access auto download enabler. |
static boolean
|
getEnableGrapes()
This is a static access kill-switch. |
static GrapeEngine
|
getInstance()
|
static void
|
grab(String endorsed)
|
static void
|
grab(Map dependency)
|
static void
|
grab(Map args, Map... dependencies)
|
static Map[]
|
listDependencies(ClassLoader cl)
|
static URI[]
|
resolve(Map args, Map... dependencies)
|
static URI[]
|
resolve(Map args, List depsInfo, Map... dependencies)
|
static void
|
setEnableAutoDownload(boolean enableAutoDownload)
This is a static access auto download enabler. |
static void
|
setEnableGrapes(boolean enableGrapes)
This is a static access kill-switch. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected static GrapeEngine instance
Method Detail |
---|
public static void addResolver(Map args)
public static Map enumerateGrapes()
public static boolean getEnableAutoDownload()
public static boolean getEnableGrapes()
public static GrapeEngine getInstance()
public static void grab(String endorsed)
public static void grab(Map dependency)
public static void grab(Map args, Map... dependencies)
public static Map[] listDependencies(ClassLoader cl)
public static URI[] resolve(Map args, Map... dependencies)
public static URI[] resolve(Map args, List depsInfo, Map... dependencies)
public static void setEnableAutoDownload(boolean enableAutoDownload)
public static void setEnableGrapes(boolean enableGrapes)
Copyright © 2003-2011 The Codehaus. All rights reserved.