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 String
PACK200_CONDITIONED
static String
PATH_ECLIPSEINF
static String
TRUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPackNormalized()
static EclipseInf
readEclipseInf(JarFile jarFile)
void
setPackNormalized()
boolean
shouldPack()
boolean
shouldSign()
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
-
-