public interface IInstallHandlerEntry extends IAdaptable
Clients may implement this interface. However, in most cases clients should directly instantiate or subclass the provided implementation of this interface.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
InstallHandlerEntry
,
IInstallHandler
Modifier and Type | Method and Description |
---|---|
String |
getHandlerName()
Returns install handler name.
|
String |
getLibrary()
Returns optional name of a library containing the install
handler classes.
|
URL |
getURL()
Returns optional URL used for browser-triggered installation handling.
|
getAdapter
URL getURL()
String getLibrary()
String getHandlerName()
org.eclipse.update.core.installHandlers
extension point. If library is specified, the name is interpreted
as a fully qualified name of a class contained in the
library. In both cases, the resulting class must
implement IInstallHandler. The class is dynamically loaded and
called at specific points during feature processing.
The handler has visibility to the API classes from the update plug-in,
and plug-ins required by the update plugin.IInstallHandler
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.