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
Class BaseFeatureFactory


java.lang.Object
  extended by 

org.eclipse.update.core.model.FeatureModelFactory
      extended by 
org.eclipse.update.core.BaseFeatureFactory
All Implemented Interfaces:
IFeatureFactory

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 abstract class BaseFeatureFactory
extends FeatureModelFactory
implements IFeatureFactory

Base implementation of a feature factory. The factory is responsible for constructing the correct concrete implementation of the model objects for each particular feature type. This class creates model objects that correspond to the concrete implementation classes provided in this package. The actual feature creation method is subclass responsibility.

This class must be 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.

Since:
2.0
See Also:
IFeatureFactory, FeatureModelFactory

Constructor Summary
BaseFeatureFactory ()
          Deprecated.  
 
Method Summary
  IFeature createFeature ( URL url, ISite site)
          Deprecated. implement createFeature(URL, ISite, IProgressMonitor) instead
abstract   IFeature createFeature ( URL url, ISite site, IProgressMonitor monitor)
          Deprecated. Create feature.
  FeatureModel createFeatureModel ()
          Deprecated. Create a concrete implementation of feature model.
  ImportModel createImportModel ()
          Deprecated. Create a concrete implementation of import dependency model.
  IncludedFeatureReferenceModel createIncludedFeatureReferenceModel ()
          Deprecated. Create a concrete implementation of included feature reference model.
  InstallHandlerEntryModel createInstallHandlerEntryModel ()
          Deprecated. Create a concrete implementation of install handler model.
  NonPluginEntryModel createNonPluginEntryModel ()
          Deprecated. Create a concrete implementation of non-plug-in entry model.
  PluginEntryModel createPluginEntryModel ()
          Deprecated. Create a concrete implementation of plug-in entry model.
  URLEntryModel createURLEntryModel ()
          Deprecated. Create a concrete implementation of annotated URL model.
 
Methods inherited from class org.eclipse.update.core.model. FeatureModelFactory
parseFeature, parseFeature
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFeatureFactory

public BaseFeatureFactory()
Deprecated. 
Method Detail

createFeature

public 
IFeature createFeature(
URL url,
                              
ISite site)
                       throws 
CoreException
Deprecated. implement createFeature(URL, ISite, IProgressMonitor) instead

Description copied from interface: IFeatureFactory
Returns a feature defined by the supplied URL. The feature is associated with the specified site.

The actual interpretation of the URL is feature-type specific. In most cases the URL will point to some feature-specific file that can be used (directly or indirectly) to construct the feature object.

Specified by:
createFeature in interface IFeatureFactory
Parameters:
url - URL interpreted by the feature
site - site to be associated with the feature
Returns:
concrete feature object
Throws:
CoreException
Since:
2.0
See Also:
IFeatureFactory.createFeature(URL,ISite)

createFeature

public abstract 
IFeature createFeature(
URL url,
                                       
ISite site,
                                       
IProgressMonitor monitor)
                                throws 
CoreException
Deprecated. 
Create feature. Implementation of this method must be provided by subclass

Specified by:
createFeature in interface IFeatureFactory
Parameters:
url - URL interpreted by the feature
site - site to be associated with the feature
Returns:
concrete feature object
Throws:
CoreException
Since:
2.0
See Also:
IFeatureFactory.createFeature(URL,ISite,IProgressMonitor)

createFeatureModel

public 
FeatureModel createFeatureModel()
Deprecated. 
Create a concrete implementation of feature model.

Overrides:
createFeatureModel in class FeatureModelFactory
Returns:
feature model
Since:
2.0
See Also:
Feature

createIncludedFeatureReferenceModel

public 
IncludedFeatureReferenceModel createIncludedFeatureReferenceModel()
Deprecated. 
Create a concrete implementation of included feature reference model.

Overrides:
createIncludedFeatureReferenceModel in class FeatureModelFactory
Returns:
feature model
Since:
2.1
See Also:
IncludedFeatureReference

createInstallHandlerEntryModel

public 
InstallHandlerEntryModel createInstallHandlerEntryModel()
Deprecated. 
Create a concrete implementation of install handler model.

Overrides:
createInstallHandlerEntryModel in class FeatureModelFactory
Returns:
install handler entry model
Since:
2.0
See Also:
InstallHandlerEntry

createImportModel

public 
ImportModel createImportModel()
Deprecated. 
Create a concrete implementation of import dependency model.

Overrides:
createImportModel in class FeatureModelFactory
Returns:
import dependency model
Since:
2.0
See Also:
Import

createPluginEntryModel

public 
PluginEntryModel createPluginEntryModel()
Deprecated. 
Create a concrete implementation of plug-in entry model.

Overrides:
createPluginEntryModel in class FeatureModelFactory
Returns:
plug-in entry model
Since:
2.0
See Also:
PluginEntry

createNonPluginEntryModel

public 
NonPluginEntryModel createNonPluginEntryModel()
Deprecated. 
Create a concrete implementation of non-plug-in entry model.

Overrides:
createNonPluginEntryModel in class FeatureModelFactory
Returns:
non-plug-in entry model
Since:
2.0
See Also:
NonPluginEntry

createURLEntryModel

public 
URLEntryModel createURLEntryModel()
Deprecated. 
Create a concrete implementation of annotated URL model.

Overrides:
createURLEntryModel in class FeatureModelFactory
Returns:
annotated URL model
Since:
2.0
See Also:
URLEntry

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