Modifier and Type | Field and Description |
---|---|
static String |
BUILDER_ID |
static boolean |
DEBUG |
Modifier and Type | Method and Description |
---|---|
static void |
cleanReleaseProjects(String releasePath) |
static void |
close(Closeable closeable) |
static void |
copy(InputStream in,
OutputStream out) |
static int |
delete(File file) |
static Serializable |
deserialize(byte[] bytes) |
static boolean |
equals(Object o1,
Object o2) |
static org.eclipse.pde.core.build.IBuild |
getBuild(org.eclipse.pde.core.IModel componentModel) |
static org.eclipse.pde.core.build.IBuildModel |
getBuildModel(org.eclipse.pde.core.IModel componentModel) |
static org.eclipse.pde.core.IModel |
getComponentModel(IProject project) |
static org.osgi.framework.Version |
getComponentVersion(org.eclipse.pde.core.IModel componentModel) |
static String |
getContents(IFile file) |
static org.eclipse.pde.internal.core.ifeature.IFeatureModel |
getFeatureModel(IProject project) |
static IFile |
getFile(IPath path,
String extension) |
static String |
getLineDelimiter(IFile file) |
static byte[] |
getSHA1(IFile file) |
static org.osgi.framework.Version |
normalize(org.osgi.framework.Version version) |
static byte[] |
serialize(Serializable object) |
public static final String BUILDER_ID
public static final boolean DEBUG
public static byte[] serialize(Serializable object)
public static Serializable deserialize(byte[] bytes)
public static org.osgi.framework.Version normalize(org.osgi.framework.Version version)
public static String getContents(IFile file) throws CoreException, IOException
CoreException
IOException
public static String getLineDelimiter(IFile file) throws IOException
IOException
public static byte[] getSHA1(IFile file) throws NoSuchAlgorithmException, CoreException, IOException
public static void copy(InputStream in, OutputStream out) throws IOException
IOException
public static void close(Closeable closeable)
public static int delete(File file)
public static org.eclipse.pde.core.IModel getComponentModel(IProject project)
public static org.eclipse.pde.internal.core.ifeature.IFeatureModel getFeatureModel(IProject project)
public static org.osgi.framework.Version getComponentVersion(org.eclipse.pde.core.IModel componentModel)
public static void cleanReleaseProjects(String releasePath)
public static org.eclipse.pde.core.build.IBuild getBuild(org.eclipse.pde.core.IModel componentModel) throws CoreException
CoreException
public static org.eclipse.pde.core.build.IBuildModel getBuildModel(org.eclipse.pde.core.IModel componentModel) throws CoreException
CoreException
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.