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 ProxyConfig
ProxyConfig. NULL
Methods in com.bc.ceres.core.runtime with parameters of type ProxyConfig Modifier and Type Method Description Module
ModuleContext. 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 ProxyConfig
ConnectionConfigData. getProxyConfig()
ProxyConfig
DefaultModuleManager. getProxyConfig()
ProxyConfig
ModuleManager. getProxyConfig()
Gets the proxy configuration.Methods in com.bc.ceres.swing.update with parameters of type ProxyConfig Modifier and Type Method Description void
ConnectionConfigData. setProxyConfig(ProxyConfig proxyConfig)
void
DefaultModuleManager. setProxyConfig(ProxyConfig proxyConfig)
-