Package org.eclipse.tycho.extras.pack200
Class EclipseInf
- java.lang.Object
-
- org.eclipse.tycho.extras.pack200.EclipseInf
-
public class EclipseInf extends java.lang.Object
http://wiki.eclipse.org/JarProcessor_Options
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PACK200_CONDITIONED
static java.lang.String
PATH_ECLIPSEINF
private java.util.Properties
properties
static java.lang.String
TRUE
-
Constructor Summary
Constructors Modifier Constructor Description private
EclipseInf(java.util.Properties properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPackNormalized()
static EclipseInf
readEclipseInf(java.util.jar.JarFile jarFile)
void
setPackNormalized()
boolean
shouldPack()
boolean
shouldSign()
byte[]
toByteArray()
-
-
-
Field Detail
-
PATH_ECLIPSEINF
public static final java.lang.String PATH_ECLIPSEINF
- See Also:
- Constant Field Values
-
TRUE
public static final java.lang.String TRUE
- See Also:
- Constant Field Values
-
PACK200_CONDITIONED
public static final java.lang.String PACK200_CONDITIONED
- See Also:
- Constant Field Values
-
properties
private final java.util.Properties properties
-
-
Method Detail
-
shouldPack
public boolean shouldPack()
-
shouldSign
public boolean shouldSign()
-
isPackNormalized
public boolean isPackNormalized()
-
setPackNormalized
public void setPackNormalized()
-
readEclipseInf
public static EclipseInf readEclipseInf(java.util.jar.JarFile jarFile) throws java.io.IOException
- Throws:
java.io.IOException
-
toByteArray
public byte[] toByteArray() throws java.io.IOException
- Throws:
java.io.IOException
-
-