DepHandler
TextDepHandler
public abstract class AbstractDepHandler extends java.lang.Object implements DepHandler
LEVEL_CLASS, LEVEL_JAR
Modifier and Type | Method | Description |
---|---|---|
void |
handle(PathClass from,
PathClass to) |
|
void |
handleEnd() |
|
void |
handleStart() |
public void handle(PathClass from, PathClass to) throws java.io.IOException
handle
in interface DepHandler
java.io.IOException
public void handleStart() throws java.io.IOException
handleStart
in interface DepHandler
java.io.IOException
public void handleEnd() throws java.io.IOException
handleEnd
in interface DepHandler
java.io.IOException