public abstract class AbstractDepHandler extends Object implements DepHandler
Modifier and Type | Field and Description |
---|---|
protected int |
level |
LEVEL_CLASS, LEVEL_JAR
Modifier | Constructor and Description |
---|---|
protected |
AbstractDepHandler(int level) |
Modifier and Type | Method and Description |
---|---|
void |
handle(PathClass from,
PathClass to) |
protected abstract void |
handle(String from,
String to) |
void |
handleEnd() |
void |
handleStart() |
public void handle(PathClass from, PathClass to) throws IOException
handle
in interface DepHandler
IOException
protected abstract void handle(String from, String to) throws IOException
IOException
public void handleStart() throws IOException
handleStart
in interface DepHandler
IOException
public void handleEnd() throws IOException
handleEnd
in interface DepHandler
IOException
Copyright © 2010–2014 Sonatype, Inc.. All rights reserved.