Package com.tonicsystems.jarjar
Class AbstractDepHandler
- java.lang.Object
-
- com.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(PathClass from, PathClass to)
void
handleEnd()
void
handleStart()
-
-
-
Method Detail
-
handle
public void handle(PathClass from, PathClass to) throws java.io.IOException
- Specified by:
handle
in interfaceDepHandler
- Throws:
java.io.IOException
-
handleStart
public void handleStart() throws java.io.IOException
- Specified by:
handleStart
in interfaceDepHandler
- Throws:
java.io.IOException
-
handleEnd
public void handleEnd() throws java.io.IOException
- Specified by:
handleEnd
in interfaceDepHandler
- Throws:
java.io.IOException
-
-