public class StaticWeaveDirectoryOutputHandler extends AbstractStaticWeaveOutputHandler
| 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, getOutputStreampublic 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 - IOExceptionURISyntaxExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference