Package | Description |
---|---|
org.milyn.archive |
Modifier and Type | Method and Description |
---|---|
Archive |
Archive.addClasspathResourceEntry(String path,
String resource)
Add the specified classpath resource as an entry in the deployment.
|
Archive |
Archive.addEntries(ZipInputStream zipStream)
Add the entries from the supplied
ZipInputStream to this archive instance. |
Archive |
Archive.addEntry(Class<?> clazz)
Add the supplied class as an entry in the deployment.
|
Archive |
Archive.addEntry(String path)
Add an "empty" entry in the deployment.
|
Archive |
Archive.addEntry(String path,
byte[] data)
Add the supplied data as an entry in the deployment.
|
Archive |
Archive.addEntry(String path,
InputStream data)
Add the supplied data as an entry in the deployment.
|
Archive |
Archive.addEntry(String path,
String data)
Add the supplied character data as an entry in the deployment.
|
Archive |
Archive.merge(Archive archive) |
Archive |
Archive.removeEntry(String path)
Remove the archive entry at the specified path.
|
Modifier and Type | Method and Description |
---|---|
Archive |
Archive.merge(Archive archive) |
Constructor and Description |
---|
ArchiveClassLoader(Archive archive) |
ArchiveClassLoader(ClassLoader parent,
Archive archive) |
Copyright © 2013. All rights reserved.