Package | Description |
---|---|
org.eclipse.update.configurator |
Provides support for accessing platform configuration data.
|
Modifier and Type | Method and Description |
---|---|
IPlatformConfiguration.ISiteEntry |
IPlatformConfiguration.createSiteEntry(URL url,
IPlatformConfiguration.ISitePolicy policy)
Create a site entry
|
IPlatformConfiguration.ISiteEntry |
IPlatformConfiguration.findConfiguredSite(URL url)
Returns a site entry matching the specified URL
|
IPlatformConfiguration.ISiteEntry[] |
IPlatformConfiguration.getConfiguredSites()
Returns configured site entries
|
Modifier and Type | Method and Description |
---|---|
void |
IPlatformConfiguration.configureSite(IPlatformConfiguration.ISiteEntry entry)
Configures the specified site entry.
|
void |
IPlatformConfiguration.configureSite(IPlatformConfiguration.ISiteEntry entry,
boolean replace)
Configures the specified site entry.
|
void |
IPlatformConfiguration.unconfigureSite(IPlatformConfiguration.ISiteEntry entry)
Unconfigures the specified entry.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.