|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.eclipse.update.core.model.FeatureModelFactory
|
+--org.eclipse.update.core.BaseFeatureFactory
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.
IFeatureFactory,
FeatureModelFactory| Constructor Summary | |
BaseFeatureFactory()
|
|
| Method Summary | |
IFeature |
createFeature(URL url,
ISite site)
Returns a feature defined by the supplied URL. |
abstract IFeature |
createFeature(URL url,
ISite site,
IProgressMonitor monitor)
Create feature. |
FeatureModel |
createFeatureModel()
Create a concrete implementation of feature model. |
ImportModel |
createImportModel()
Create a concrete implementation of import dependency model. |
IncludedFeatureReferenceModel |
createIncludedFeatureReferenceModel()
Create a concrete implementation of included feature reference model. |
InstallHandlerEntryModel |
createInstallHandlerEntryModel()
Create a concrete implementation of install handler model. |
NonPluginEntryModel |
createNonPluginEntryModel()
Create a concrete implementation of non-plug-in entry model. |
PluginEntryModel |
createPluginEntryModel()
Create a concrete implementation of plug-in entry model. |
URLEntryModel |
createURLEntryModel()
Create a concrete implementation of annotated URL model. |
| Methods inherited from class org.eclipse.update.core.model.FeatureModelFactory |
parseFeature |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseFeatureFactory()
| Method Detail |
public IFeature createFeature(URL url,
ISite site)
throws CoreException
IFeatureFactoryThe 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.
createFeature in interface IFeatureFactoryurl - URL interpreted by the featuresite - site to be associated with the feature
CoreExceptionIFeatureFactory.createFeature(URL,ISite)
public abstract IFeature createFeature(URL url,
ISite site,
IProgressMonitor monitor)
throws CoreException
createFeature in interface IFeatureFactoryurl - URL interpreted by the featuresite - site to be associated with the feature
CoreExceptionIFeatureFactory.createFeature(URL,ISite,IProgressMonitor)public FeatureModel createFeatureModel()
createFeatureModel in class FeatureModelFactoryFeaturepublic IncludedFeatureReferenceModel createIncludedFeatureReferenceModel()
createIncludedFeatureReferenceModel in class FeatureModelFactoryIncludedFeatureReferencepublic InstallHandlerEntryModel createInstallHandlerEntryModel()
createInstallHandlerEntryModel in class FeatureModelFactoryInstallHandlerEntrypublic ImportModel createImportModel()
createImportModel in class FeatureModelFactoryImportpublic PluginEntryModel createPluginEntryModel()
createPluginEntryModel in class FeatureModelFactoryPluginEntrypublic NonPluginEntryModel createNonPluginEntryModel()
createNonPluginEntryModel in class FeatureModelFactoryNonPluginEntrypublic URLEntryModel createURLEntryModel()
createURLEntryModel in class FeatureModelFactoryURLEntry
|
Eclipse Platform 2.1 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||