public class PluginEntry extends PluginEntryModel implements IPluginEntry
This class may be instantiated or subclassed by clients.
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.
IPluginEntry
,
PluginEntryModel
UNKNOWN_SIZE
Constructor and Description |
---|
PluginEntry()
Plug-in entry default constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Compares two plugin entries for equality
|
VersionedIdentifier |
getVersionedIdentifier()
Returns the identifier of this plugin entry
|
void |
setVersionedIdentifier(VersionedIdentifier identifier)
Sets the identifier of this plugin entry.
|
getPluginIdentifier, getPluginVersion, isFragment, isFragment, isUnpack, setPluginIdentifier, setPluginVersion, setUnpack, toString
getDownloadSize, getInstallSize, getNL, getOS, getOSArch, getWS, setArch, setDownloadSize, setInstallSize, setNL, setOS, setWS
arrayTypeFor, arrayTypeFor, assertIsWriteable, getPropertyName, getResourceBundle, isReadOnly, markListReferenceReadOnly, markReadOnly, markReferenceReadOnly, resolve, resolveListReference, resolveNLString, resolveReference, resolveURL
getAdapter
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDownloadSize, getInstallSize, isFragment
getNL, getOS, getOSArch, getWS
getAdapter
public VersionedIdentifier getVersionedIdentifier()
getVersionedIdentifier
in interface IPluginEntry
IPluginEntry.getVersionedIdentifier()
public void setVersionedIdentifier(VersionedIdentifier identifier)
setVersionedIdentifier
in interface IPluginEntry
identifier
- plugin entry identifierIPluginEntry.setVersionedIdentifier(VersionedIdentifier)
public boolean equals(Object object)
equals
in class PluginEntryModel
object
- plugin entry object to compare withtrue
if the two entries are equal,
false
otherwiseGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.