|
Groovy 1.6.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.grape.Grape
class Grape extends Object
User: Danno.Ferrin Date: Sep 30, 2008 Time: 9:36:46 PM
Field Summary | |
---|---|
protected static GrapeEngine |
instance
|
Constructor Summary | |
Grape()
|
Method Summary | |
---|---|
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 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, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
protected static GrapeEngine instance
Constructor Detail |
---|
Grape()
Method Detail |
---|
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 void setEnableAutoDownload(boolean enableAutoDownload)
public static void setEnableGrapes(boolean enableGrapes)
Copyright © 2003-2009 The Codehaus. All rights reserved.