org.vafer.dependency.resources
Class DefaultResourceHandler
java.lang.Object
org.vafer.dependency.resources.DefaultResourceHandler
- All Implemented Interfaces:
- ResourceHandler
public class DefaultResourceHandler
- extends Object
- implements ResourceHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResourceHandler
public DefaultResourceHandler()
onStartProcessing
public void onStartProcessing(JarOutputStream pOutput)
throws IOException
- Specified by:
onStartProcessing
in interface ResourceHandler
- Throws:
IOException
onStartJar
public void onStartJar(Jar pJar,
JarOutputStream pOutput)
throws IOException
- Specified by:
onStartJar
in interface ResourceHandler
- Throws:
IOException
onResource
public InputStream onResource(Jar jar,
String oldName,
String newName,
Version[] versions,
InputStream inputStream)
- Specified by:
onResource
in interface ResourceHandler
onStopJar
public void onStopJar(Jar pJar,
JarOutputStream pOutput)
throws IOException
- Specified by:
onStopJar
in interface ResourceHandler
- Throws:
IOException
onStopProcessing
public void onStopProcessing(JarOutputStream pOutput)
throws IOException
- Specified by:
onStopProcessing
in interface ResourceHandler
- Throws:
IOException
Copyright © 2011. All Rights Reserved.