|
Eclipse Platform 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.core.runtime.PlatformObject | +--org.eclipse.update.core.model.ModelObject | +--org.eclipse.update.core.model.ImportModel
Plug-in dependency model object.
This class may be instantiated or subclassed by clients. However, in most cases clients should instead instantiate or subclass the provided concrete implementation of this model.
Import
Constructor Summary | |
ImportModel()
Creates a uninitialized plug-in dependency model object. |
Method Summary | |
String |
getIdentifier()
Returns the dependent identifier. |
String |
getMatchingRuleName()
Returns the dependent version matching rule name. |
String |
getPluginIdentifier()
Deprecated. use getIdentifier() instead |
String |
getPluginVersion()
Deprecated. use getVersion() instead |
String |
getVersion()
Returns the dependent version. |
boolean |
isFeatureImport()
Returns the isFeatureImport. |
boolean |
isPatch()
Returns the patch mode. |
void |
setFeatureImport(boolean featureImport)
Sets the featureImport. |
void |
setIdentifier(String id)
Sets the dependent identifier. |
void |
setMatchingRuleName(String matchingRuleName)
Sets the dependent version matching rule name. |
void |
setPatch(boolean patch)
Sets the patch mode. |
void |
setPluginIdentifier(String pluginId)
Deprecated. use setIdentifier() |
void |
setPluginVersion(String pluginVersion)
Deprecated. use setVersion() |
void |
setVersion(String version)
Sets the dependent version. |
Methods inherited from class org.eclipse.update.core.model.ModelObject |
arrayTypeFor, arrayTypeFor, assertIsWriteable, isReadOnly, markListReferenceReadOnly, markReadOnly, markReferenceReadOnly, resolve, resolveListReference, resolveNLString, resolveReference, resolveURL |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
getAdapter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImportModel()
Method Detail |
public String getPluginIdentifier()
null
.public String getIdentifier()
null
.public String getPluginVersion()
null
.public String getVersion()
null
.public String getMatchingRuleName()
null
.public void setPluginIdentifier(String pluginId)
pluginId
- dependent plug-in identifierpublic void setPluginVersion(String pluginVersion)
pluginVersion
- dependent plug-in versionpublic void setIdentifier(String id)
id
- dependent identifierpublic void setVersion(String version)
version
- dependent versionpublic void setMatchingRuleName(String matchingRuleName)
matchingRuleName
- dependent version matching rule.public boolean isFeatureImport()
public void setFeatureImport(boolean featureImport)
featureImport
- The featureImport to setpublic boolean isPatch()
public void setPatch(boolean patch)
|
Eclipse Platform 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |