public class StaticWeaveDirectoryOutputHandler extends AbstractStaticWeaveOutputHandler
outputStreamHolder| Constructor and Description |
|---|
StaticWeaveDirectoryOutputHandler(URL source,
URL target)
Construct an instance of StaticWeaveDirectoryOutputHandler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDirEntry(String dirPath)
create directory into target directory.
|
void |
addEntry(InputStream jis,
JarEntry entry)
Write entry into target, this method usually copy original class into target.
|
void |
addEntry(JarEntry targetEntry,
byte[] entryBytes)
Write entry bytes into target, this method is usually invoked if class has been tranformed
|
closeOutputStream, getOutputStream, readwriteStreamspublic void addDirEntry(String dirPath) throws IOException
addDirEntry in class AbstractStaticWeaveOutputHandlerdirPath - IOExceptionpublic void addEntry(JarEntry targetEntry, byte[] entryBytes) throws IOException
addEntry in class AbstractStaticWeaveOutputHandlertargetEntry - entryBytes - IOExceptionpublic void addEntry(InputStream jis, JarEntry entry) throws IOException, URISyntaxException
addEntry in class AbstractStaticWeaveOutputHandlerjis - entry - IOExceptionURISyntaxExceptionCopyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.