public class EPCompiled extends Object implements Serializable
Constructor and Description |
---|
EPCompiled(Map<String,byte[]> classes,
EPCompiledManifest manifest)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Map<String,byte[]> |
getClasses()
Returns a map of class name and byte code for a classloader
|
EPCompiledManifest |
getManifest()
Returns a manifest object
|
public EPCompiled(Map<String,byte[]> classes, EPCompiledManifest manifest)
classes
- map of class name and byte code for a classloadermanifest
- the manifestpublic Map<String,byte[]> getClasses()
public EPCompiledManifest getManifest()
Copyright © 2005–2018. All rights reserved.