public interface ResourceHandler
| Modifier and Type | Method and Description |
|---|---|
InputStream |
onResource(Jar pJar,
String oldName,
String newName,
Version[] versions,
InputStream inputStream) |
void |
onStartJar(Jar pJar,
JarOutputStream pOutput) |
void |
onStartProcessing(JarOutputStream pOutput) |
void |
onStopJar(Jar pJar,
JarOutputStream pOutput) |
void |
onStopProcessing(JarOutputStream pOutput) |
void onStartProcessing(JarOutputStream pOutput) throws IOException
IOExceptionvoid onStartJar(Jar pJar, JarOutputStream pOutput) throws IOException
IOExceptionInputStream onResource(Jar pJar, String oldName, String newName, Version[] versions, InputStream inputStream) throws IOException
IOExceptionvoid onStopJar(Jar pJar, JarOutputStream pOutput) throws IOException
IOExceptionvoid onStopProcessing(JarOutputStream pOutput) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.