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) |
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-2013 Sonatype, Inc.. All Rights Reserved.