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
IOException
void onStartJar(Jar pJar, JarOutputStream pOutput) throws IOException
IOException
InputStream onResource(Jar pJar, String oldName, String newName, Version[] versions, InputStream inputStream) throws IOException
IOException
void onStopJar(Jar pJar, JarOutputStream pOutput) throws IOException
IOException
void onStopProcessing(JarOutputStream pOutput) throws IOException
IOException
Copyright © 2013. All Rights Reserved.