public class Modules2 extends Object
| Constructor and Description | 
|---|
Modules2()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Iterable<com.google.inject.Module> | 
modulesForProviderInProperties(String providerName,
                              Properties props)  | 
static Iterable<com.google.inject.Module> | 
modulesFromCommaDelimitedString(String moduleClasses)  | 
static Iterable<com.google.inject.Module> | 
modulesFromProperty(Properties props,
                   String property)  | 
public static Iterable<com.google.inject.Module> modulesFromCommaDelimitedString(String moduleClasses)
public static Iterable<com.google.inject.Module> modulesForProviderInProperties(String providerName, Properties props)
public static Iterable<com.google.inject.Module> modulesFromProperty(Properties props, String property)
Copyright © 2009-2013 jclouds. All Rights Reserved.