Package org.eclipse.tycho.extras.pack200
Class EclipseInf
- java.lang.Object
-
- org.eclipse.tycho.extras.pack200.EclipseInf
-
public class EclipseInf extends Object
http://wiki.eclipse.org/JarProcessor_Options
-
-
Field Summary
Fields Modifier and Type Field Description static StringPACK200_CONDITIONEDstatic StringPATH_ECLIPSEINFstatic StringTRUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPackNormalized()static EclipseInfreadEclipseInf(JarFile jarFile)voidsetPackNormalized()booleanshouldPack()booleanshouldSign()byte[]toByteArray()
-
-
-
Field Detail
-
PATH_ECLIPSEINF
public static final String PATH_ECLIPSEINF
- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
PACK200_CONDITIONED
public static final String PACK200_CONDITIONED
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldPack
public boolean shouldPack()
-
shouldSign
public boolean shouldSign()
-
isPackNormalized
public boolean isPackNormalized()
-
setPackNormalized
public void setPackNormalized()
-
readEclipseInf
public static EclipseInf readEclipseInf(JarFile jarFile) throws IOException
- Throws:
IOException
-
toByteArray
public byte[] toByteArray() throws IOException- Throws:
IOException
-
-