mirror of https://github.com/apache/jclouds.git
Issue 199: ning examples
This commit is contained in:
parent
611297a262
commit
8703c4a7a4
|
@ -58,7 +58,7 @@ See http://code.google.com/p/jclouds for details."
|
||||||
Options for communication style
|
Options for communication style
|
||||||
:sync and :async.
|
:sync and :async.
|
||||||
Options can also be specified for extension modules
|
Options can also be specified for extension modules
|
||||||
:log4j :enterprise :httpnio :apachehc :bouncycastle :joda :gae"
|
:log4j :enterprise :ning :apachehc :bouncycastle :joda :gae"
|
||||||
[#^String service #^String account #^String key & options]
|
[#^String service #^String account #^String key & options]
|
||||||
(let [context
|
(let [context
|
||||||
(.createContext
|
(.createContext
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
:ssh 'org.jclouds.ssh.jsch.config.JschSshClientModule
|
:ssh 'org.jclouds.ssh.jsch.config.JschSshClientModule
|
||||||
:enterprise 'org.jclouds.enterprise.config.EnterpriseConfigurationModule
|
:enterprise 'org.jclouds.enterprise.config.EnterpriseConfigurationModule
|
||||||
:apachehc 'org.jclouds.http.apachehc.config.ApacheHCHttpCommandExecutorServiceModule
|
:apachehc 'org.jclouds.http.apachehc.config.ApacheHCHttpCommandExecutorServiceModule
|
||||||
|
:ning 'org.jclouds.http.ning.config.NingHttpCommandExecutorServiceModule
|
||||||
:bouncycastle 'org.jclouds.encryption.bouncycastle.config.BouncyCastleEncryptionServiceModule
|
:bouncycastle 'org.jclouds.encryption.bouncycastle.config.BouncyCastleEncryptionServiceModule
|
||||||
:joda 'org.jclouds.date.joda.config.JodaDateServiceModule
|
:joda 'org.jclouds.date.joda.config.JodaDateServiceModule
|
||||||
:gae 'org.jclouds.gae.config.GoogleAppEngineConfigurationModule})
|
:gae 'org.jclouds.gae.config.GoogleAppEngineConfigurationModule})
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
Ensure the module is on the classpath. You are maybe missing a dependency on
|
Ensure the module is on the classpath. You are maybe missing a dependency on
|
||||||
org.jclouds/jclouds-jsch
|
org.jclouds/jclouds-jsch
|
||||||
org.jclouds/jclouds-log4j
|
org.jclouds/jclouds-log4j
|
||||||
|
org.jclouds/jclouds-ning
|
||||||
or org.jclouds/jclouds-enterprise."))))))
|
or org.jclouds/jclouds-enterprise."))))))
|
||||||
|
|
||||||
(defn modules
|
(defn modules
|
||||||
|
|
Loading…
Reference in New Issue