Package com.puppetlabs.geppetto.puppetdb.impl

Examples of com.puppetlabs.geppetto.puppetdb.impl.DefaultModule


   * @return The default bindings module
   */
  public static Module getDefaultBindings() {
    // We override the default module with the common module to get the correct
    // HttpClient injection
    return Modules.override(new DefaultModule()).with(getCommonModule());
  }
View Full Code Here

TOP

Related Classes of com.puppetlabs.geppetto.puppetdb.impl.DefaultModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.