groovy.grape
public class Grape extends Object
Modifier and Type | Field and Description |
---|---|
protected static GrapeEngine |
instance |
Constructor and Description |
---|
Grape() |
Modifier and Type | Method and Description |
---|---|
static void |
addResolver(Map<String,Object> args) |
static Map<String,Map<String,List<String>>> |
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(Map<String,Object> dependency) |
static void |
grab(Map<String,Object> args,
Map... dependencies) |
static void |
grab(String endorsed) |
static Map[] |
listDependencies(ClassLoader cl) |
static URI[] |
resolve(Map<String,Object> args,
List depsInfo,
Map... dependencies) |
static URI[] |
resolve(Map<String,Object> args,
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.
|
protected static GrapeEngine instance
public static boolean getEnableGrapes()
public static void setEnableGrapes(boolean enableGrapes)
public static boolean getEnableAutoDownload()
public static void setEnableAutoDownload(boolean enableAutoDownload)
public static GrapeEngine getInstance()
public static void grab(String endorsed)
public static Map[] listDependencies(ClassLoader cl)