com.tonicsystems.jarjar
Class AbstractDepHandler

java.lang.Object
  extended bycom.tonicsystems.jarjar.AbstractDepHandler
All Implemented Interfaces:
DepHandler
Direct Known Subclasses:
TextDepHandler

public abstract class AbstractDepHandler
extends java.lang.Object
implements DepHandler


Field Summary
 
Fields inherited from interface com.tonicsystems.jarjar.DepHandler
LEVEL_CLASS, LEVEL_JAR
 
Method Summary
 void handle(PathClass from, PathClass to)
           
 void handleEnd()
           
 void handleStart()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public void handle(PathClass from,
                   PathClass to)
            throws java.io.IOException
Specified by:
handle in interface DepHandler
Throws:
java.io.IOException

handleStart

public void handleStart()
                 throws java.io.IOException
Specified by:
handleStart in interface DepHandler
Throws:
java.io.IOException

handleEnd

public void handleEnd()
               throws java.io.IOException
Specified by:
handleEnd in interface DepHandler
Throws:
java.io.IOException