| java.lang.Object org.eclipse.pde.internal.core.FeatureModelManager
FeatureModelManager | public class FeatureModelManager (Code) | | Manages all feature models in the workspace, and maximum one external feature
model for a given id and version. While workspace model(s) exist with the
same id and version as an external model, the external model is inactive (not
exposed).
|
FeatureModelManager | public FeatureModelManager()(Code) | | |
findFeatureModel | public IFeatureModel findFeatureModel(String id, String version)(Code) | | Finds active model with a given id and version
Parameters: id - Parameters: version - one IFeature model or null |
findFeatureModelRelaxed | public IFeatureModel findFeatureModelRelaxed(String id, String version)(Code) | | Finds active model with the given id and version. If feature is not
found, but a feature with qualifier set to qualifier exists it will be
returned.
Parameters: id - Parameters: version - IFeatureModel or null |
findFeatureModels | public IFeatureModel[] findFeatureModels(String id)(Code) | | Finds active models with a given id
Parameters: id - Parameters: version - IFeature model[] |
shutdown | public synchronized void shutdown()(Code) | | |
targetReloaded | public void targetReloaded()(Code) | | |
|
|