|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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 |
getMatchingIdRuleName()
Returns the dependent id matching rule name. |
String |
getMatchingRuleName()
Returns the dependent version matching rule name. |
String |
getNL()
Returns the nl. |
String |
getOS()
Returns the os. |
String |
getOSArch()
Returns the osArch. |
String |
getPluginIdentifier()
Deprecated. use getIdentifier() instead |
String |
getPluginVersion()
Deprecated. use getVersion() instead |
String |
getVersion()
Returns the dependent version. |
String |
getWS()
Returns the ws. |
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 |
setMatchingIdRuleName(String matchingIdRuleName)
Sets the dependent id matching rule name. |
void |
setMatchingRuleName(String matchingRuleName)
Sets the dependent version matching rule name. |
void |
setNL(String nl)
Sets the nl. |
void |
setOS(String os)
Sets the os. |
void |
setOSArch(String osArch)
Sets the osArch. |
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. |
void |
setWS(String ws)
Sets the ws. |
Methods inherited from class org.eclipse.update.core.model.ModelObject |
arrayTypeFor, arrayTypeFor, assertIsWriteable, getPropertyName, getResourceBundle, 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 String getMatchingIdRuleName()
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 void setMatchingIdRuleName(String matchingIdRuleName)
matchingIdRuleName
- dependent id matching rule.public boolean isFeatureImport()
public void setFeatureImport(boolean featureImport)
featureImport
- The featureImport to setpublic boolean isPatch()
public void setPatch(boolean patch)
public String getOS()
public String getOSArch()
public String getWS()
public void setOS(String os)
os
- The os to setpublic void setOSArch(String osArch)
osArch
- The osArch to setpublic void setWS(String ws)
ws
- The ws to setpublic String getNL()
public void setNL(String nl)
nl
- The nl to set
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |