Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.update.core.model
Class ImportModel


java.lang.Object
  extended by 

org.eclipse.core.runtime.PlatformObject
      extended by 

org.eclipse.update.core.model.ModelObject
          extended by 
org.eclipse.update.core.model.ImportModel
All Implemented Interfaces:
IAdaptable
Direct Known Subclasses:
Import

Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.

public class ImportModel
extends ModelObject

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.

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.

Since:
2.0
See Also:
Import

Constructor Summary
ImportModel ()
          Deprecated. Creates a uninitialized plug-in dependency model object.
 
Method Summary
  String getIdentifier ()
          Deprecated. Returns the dependent identifier.
  String getMatchingIdRuleName ()
          Deprecated. Returns the dependent id matching rule name.
  String getMatchingRuleName ()
          Deprecated. Returns the dependent version matching rule name.
  String getNL ()
          Deprecated. Returns the nl.
  String getOS ()
          Deprecated. Returns the os.
  String getOSArch ()
          Deprecated. Returns the osArch.
  String getPluginIdentifier ()
          Deprecated. use getIdentifier() instead
  String getPluginVersion ()
          Deprecated. use getVersion() instead
  String getVersion ()
          Deprecated. Returns the dependent version.
  String getWS ()
          Deprecated. Returns the ws.
 boolean isFeatureImport ()
          Deprecated. Returns the isFeatureImport.
 boolean isPatch ()
          Deprecated. Returns the patch mode.
 void setFeatureImport (boolean featureImport)
          Deprecated. Sets the featureImport.
 void setIdentifier ( String id)
          Deprecated. Sets the dependent identifier.
 void setMatchingIdRuleName ( String matchingIdRuleName)
          Deprecated. Sets the dependent id matching rule name.
 void setMatchingRuleName ( String matchingRuleName)
          Deprecated. Sets the dependent version matching rule name.
 void setNL ( String nl)
          Deprecated. Sets the nl.
 void setOS ( String os)
          Deprecated. Sets the os.
 void setOSArch ( String osArch)
          Deprecated. Sets the osArch.
 void setPatch (boolean patch)
          Deprecated. Sets the patch mode.
 void setPluginIdentifier ( String pluginId)
          Deprecated. use setIdentifier()
 void setPluginVersion ( String pluginVersion)
          Deprecated. use setVersion()
 void setVersion ( String version)
          Deprecated. Sets the dependent version.
 void setWS ( String ws)
          Deprecated. 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

ImportModel

public ImportModel()
Deprecated. 
Creates a uninitialized plug-in dependency model object.

Since:
2.0
Method Detail

getPluginIdentifier

public 
String getPluginIdentifier()
Deprecated. use getIdentifier() instead

Returns the dependent plug-in identifier.

Returns:
plug-in identifier, or null.
Since:
2.0

getIdentifier

public 
String getIdentifier()
Deprecated. 
Returns the dependent identifier.

Returns:
identifier, or null.
Since:
2.0.2

getPluginVersion

public 
String getPluginVersion()
Deprecated. use getVersion() instead

Returns the dependent plug-in version.

Returns:
plug-in version, or null.
Since:
2.0

getVersion

public 
String getVersion()
Deprecated. 
Returns the dependent version.

Returns:
version, or null.
Since:
2.0.2

getMatchingRuleName

public 
String getMatchingRuleName()
Deprecated. 
Returns the dependent version matching rule name.

Returns:
matching rule name, or null.
Since:
2.0

getMatchingIdRuleName

public 
String getMatchingIdRuleName()
Deprecated. 
Returns the dependent id matching rule name.

Returns:
matching rule name, or null.
Since:
2.1

setPluginIdentifier

public void setPluginIdentifier(
String pluginId)
Deprecated. use setIdentifier()

Sets the dependent plug-in identifier. Throws a runtime exception if this object is marked read-only.

Parameters:
pluginId - dependent plug-in identifier
Since:
2.0

setPluginVersion

public void setPluginVersion(
String pluginVersion)
Deprecated. use setVersion()

Sets the dependent plug-in version. Throws a runtime exception if this object is marked read-only.

Parameters:
pluginVersion - dependent plug-in version
Since:
2.0

setIdentifier

public void setIdentifier(
String id)
Deprecated. 
Sets the dependent identifier. Throws a runtime exception if this object is marked read-only.

Parameters:
id - dependent identifier
Since:
2.0.2

setVersion

public void setVersion(
String version)
Deprecated. 
Sets the dependent version. Throws a runtime exception if this object is marked read-only.

Parameters:
version - dependent version
Since:
2.0.2

setMatchingRuleName

public void setMatchingRuleName(
String matchingRuleName)
Deprecated. 
Sets the dependent version matching rule name. Throws a runtime exception if this object is marked read-only.

Parameters:
matchingRuleName - dependent version matching rule.
Since:
2.0

setMatchingIdRuleName

public void setMatchingIdRuleName(
String matchingIdRuleName)
Deprecated. 
Sets the dependent id matching rule name. Throws a runtime exception if this object is marked read-only.

Parameters:
matchingIdRuleName - dependent id matching rule.
Since:
2.1

isFeatureImport

public boolean isFeatureImport()
Deprecated. 
Returns the isFeatureImport.

Returns:
boolean

setFeatureImport

public void setFeatureImport(boolean featureImport)
Deprecated. 
Sets the featureImport.

Parameters:
featureImport - The featureImport to set

isPatch

public boolean isPatch()
Deprecated. 
Returns the patch mode.


setPatch

public void setPatch(boolean patch)
Deprecated. 
Sets the patch mode.


getOS

public 
String getOS()
Deprecated. 
Returns the os.

Returns:
String

getOSArch

public 
String getOSArch()
Deprecated. 
Returns the osArch.

Returns:
String

getWS

public 
String getWS()
Deprecated. 
Returns the ws.

Returns:
String

setOS

public void setOS(
String os)
Deprecated. 
Sets the os.

Parameters:
os - The os to set

setOSArch

public void setOSArch(
String osArch)
Deprecated. 
Sets the osArch.

Parameters:
osArch - The osArch to set

setWS

public void setWS(
String ws)
Deprecated. 
Sets the ws.

Parameters:
ws - The ws to set

getNL

public 
String getNL()
Deprecated. 
Returns the nl.

Returns:
String

setNL

public void setNL(
String nl)
Deprecated. 
Sets the nl.

Parameters:
nl - The nl to set

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire