|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.grape.Grape
public class Grape
Facade to GrapeEngine.
Field Summary | |
---|---|
protected static GrapeEngine |
instance
|
Constructor Summary | |
---|---|
Grape()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static GrapeEngine instance
Constructor Detail |
---|
public Grape()
Method Detail |
---|
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 void grab(Map<String,Object> dependency)
public static void grab(Map<String,Object> args, Map... dependencies)
public static Map<String,Map<String,List<String>>> enumerateGrapes()
public static URI[] resolve(Map<String,Object> args, Map... dependencies)
public static URI[] resolve(Map<String,Object> args, List depsInfo, Map... dependencies)
public static Map[] listDependencies(ClassLoader cl)
public static void addResolver(Map<String,Object> args)
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |