public class EclipseInf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PACK200_CONDITIONED |
static String |
PATH_ECLIPSEINF |
static String |
TRUE |
Modifier and Type | Method and Description |
---|---|
boolean |
isPackNormalized() |
static EclipseInf |
readEclipseInf(JarFile jarFile) |
void |
setPackNormalized() |
boolean |
shouldPack() |
boolean |
shouldSign() |
byte[] |
toByteArray() |
public static final String PATH_ECLIPSEINF
public static final String TRUE
public static final String PACK200_CONDITIONED
public boolean shouldPack()
public boolean shouldSign()
public boolean isPackNormalized()
public void setPackNormalized()
public static EclipseInf readEclipseInf(JarFile jarFile) throws IOException
IOException
public byte[] toByteArray() throws IOException
IOException
Copyright © 2010-2015 Eclipse Foundation. All Rights Reserved.