public interface GrapeEngine
Modifier and Type | Field and Description |
---|---|
static String |
CALLEE_DEPTH |
static int |
DEFAULT_CALLEE_DEPTH |
Modifier and Type | Method and Description |
---|---|
void |
addResolver(Map<String,Object> args) |
Map<String,Map<String,List<String>>> |
enumerateGrapes() |
Object |
grab(Map args) |
Object |
grab(Map args,
Map... dependencies) |
Object |
grab(String endorsedModule) |
Map[] |
listDependencies(ClassLoader classLoader) |
URI[] |
resolve(Map args,
List depsInfo,
Map... dependencies) |
URI[] |
resolve(Map args,
Map... dependencies) |
static final String CALLEE_DEPTH
static final int DEFAULT_CALLEE_DEPTH
Map[] listDependencies(ClassLoader classLoader)