public interface IReleaseManager
Modifier and Type | Field and Description |
---|---|
static IReleaseManager |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
IElement |
createElement(org.eclipse.pde.core.IModel componentModel,
boolean withFeatureContent,
boolean resolve) |
Map<IElement,IElement> |
createElements(String path,
boolean resolve) |
IRelease |
createRelease(IFile file) |
org.eclipse.pde.core.IModel |
getComponentModel(IElement element) |
IRelease |
getRelease(IFile file) |
static final IReleaseManager INSTANCE
Map<IElement,IElement> createElements(String path, boolean resolve) throws CoreException, IOException, NoSuchAlgorithmException
IRelease getRelease(IFile file) throws CoreException
CoreException
IRelease createRelease(IFile file) throws CoreException, IOException, NoSuchAlgorithmException
IElement createElement(org.eclipse.pde.core.IModel componentModel, boolean withFeatureContent, boolean resolve)
org.eclipse.pde.core.IModel getComponentModel(IElement element)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.