public class EPCompiledIOUtil
extends java.lang.Object
EPCompiled
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MANIFEST_COMPILER_VERSION
Name of the attribute providing the compiler version.
|
static java.lang.String |
MANIFEST_MODULEPROVIDERCLASSNAME
Name of the attribute providing the module provider class name.
|
static java.lang.String |
MANIFEST_QUERYPROVIDERCLASSNAME
Name of the attribute providing the fire-and-forget query provider class name.
|
Constructor and Description |
---|
EPCompiledIOUtil() |
Modifier and Type | Method and Description |
---|---|
static EPCompiled |
read(java.io.File file)
Reads the jar file into an
EPCompiled compiled for deployment into a runtime. |
static void |
write(EPCompiled compiled,
java.io.File file)
Write the compiled to a jar file.
|
public static final java.lang.String MANIFEST_COMPILER_VERSION
public static final java.lang.String MANIFEST_MODULEPROVIDERCLASSNAME
public static final java.lang.String MANIFEST_QUERYPROVIDERCLASSNAME
public static void write(EPCompiled compiled, java.io.File file) throws java.io.IOException
compiled
- compiledfile
- the target filejava.io.IOException
- when the write failedpublic static EPCompiled read(java.io.File file) throws java.io.IOException
EPCompiled
compiled for deployment into a runtime.file
- is the source jar filejava.io.IOException
- when the read failed