Uses of Class
com.bc.ceres.core.runtime.ProxyConfig
-
Packages that use ProxyConfig Package Description com.bc.ceres.core.runtime Provides the module runtime framework.com.bc.ceres.swing.update Provides a complete Ceres Module Manager UI to Swing applications. -
-
Uses of ProxyConfig in com.bc.ceres.core.runtime
Fields in com.bc.ceres.core.runtime declared as ProxyConfig Modifier and Type Field Description static ProxyConfigProxyConfig. NULLMethods in com.bc.ceres.core.runtime with parameters of type ProxyConfig Modifier and Type Method Description ModuleModuleContext. installModule(URL url, ProxyConfig proxyConfig, ProgressMonitor pm)Installs the module from the given URL. -
Uses of ProxyConfig in com.bc.ceres.swing.update
Methods in com.bc.ceres.swing.update that return ProxyConfig Modifier and Type Method Description ProxyConfigConnectionConfigData. getProxyConfig()ProxyConfigDefaultModuleManager. getProxyConfig()ProxyConfigModuleManager. getProxyConfig()Gets the proxy configuration.Methods in com.bc.ceres.swing.update with parameters of type ProxyConfig Modifier and Type Method Description voidConnectionConfigData. setProxyConfig(ProxyConfig proxyConfig)voidDefaultModuleManager. setProxyConfig(ProxyConfig proxyConfig)
-