|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Archive | |
|---|---|
| org.milyn.archive | |
| Uses of Archive in org.milyn.archive |
|---|
| Methods in org.milyn.archive that return Archive | |
|---|---|
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. |
| Methods in org.milyn.archive with parameters of type Archive | |
|---|---|
Archive |
Archive.merge(Archive archive)
|
| Constructors in org.milyn.archive with parameters of type Archive | |
|---|---|
ArchiveClassLoader(Archive archive)
|
|
ArchiveClassLoader(ClassLoader parent,
Archive archive)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||