public class PluginFragmentModel extends PluginModel
This class may be instantiated, or further subclassed.
Modifier and Type | Field and Description |
---|---|
static byte |
FRAGMENT_MATCH_COMPATIBLE
Deprecated.
|
static byte |
FRAGMENT_MATCH_EQUIVALENT
Deprecated.
|
static byte |
FRAGMENT_MATCH_GREATER_OR_EQUAL
Deprecated.
|
static byte |
FRAGMENT_MATCH_PERFECT
Deprecated.
|
static byte |
FRAGMENT_MATCH_UNSPECIFIED
Deprecated.
|
Constructor and Description |
---|
PluginFragmentModel()
Deprecated.
Creates a new plug-in descriptor model in which all fields
are
null . |
Modifier and Type | Method and Description |
---|---|
byte |
getMatch()
Deprecated.
Returns a byte code indicating the type of match this fragment requires
when trying to find its associated plugin.
|
String |
getPlugin()
Deprecated.
Returns the fully qualified name of the plug-in for which this is a fragment
|
String |
getPluginId()
Deprecated.
Returns the unique identifier of the plug-in related to this model
or
null . |
String |
getPluginVersion()
Deprecated.
Returns the version name of the plug-in for which this is a fragment.
|
void |
setMatch(byte value)
Deprecated.
Sets the type of match this fragment requires when trying to
find its associated plugin.
|
void |
setPlugin(String value)
Deprecated.
Sets the fully qualified name of the plug-in for which this is a fragment
This object must not be read-only.
|
void |
setPluginVersion(String value)
Deprecated.
Sets the version name of the plug-in for which this is a fragment.
|
getDeclaredExtensionPoints, getDeclaredExtensions, getId, getLocation, getProviderName, getRegistry, getRequires, getRuntime, getSchemaVersion, getVersion, markReadOnly, setDeclaredExtensionPoints, setDeclaredExtensions, setId, setLocalizedProviderName, setLocation, setProviderName, setRegistry, setRequires, setRuntime, setSchemaVersion, setVersion
assertIsWriteable, getName, getStartLine, isReadOnly, setLocalizedName, setName, setStartLine, toString
public static final byte FRAGMENT_MATCH_UNSPECIFIED
public static final byte FRAGMENT_MATCH_PERFECT
public static final byte FRAGMENT_MATCH_EQUIVALENT
public static final byte FRAGMENT_MATCH_COMPATIBLE
public static final byte FRAGMENT_MATCH_GREATER_OR_EQUAL
public PluginFragmentModel()
null
.public byte getMatch()
public String getPlugin()
null
.public String getPluginId()
null
.
This identifier is a non-empty string and is unique
within the plug-in registry.getPluginId
in class PluginModel
"com.example"
) or null
.public String getPluginVersion()
null
public void setMatch(byte value)
value
- the type of match required with the associated pluginpublic void setPlugin(String value)
value
- the name of this fragment's plug-in.
May be null
.public void setPluginVersion(String value)
value
- the version name of this fragment's plug-in.
May be null
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.