public abstract class AbstractDepHandler extends java.lang.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 java.io.IOException
handle
in interface DepHandler
java.io.IOException
protected abstract void handle(java.lang.String from, java.lang.String to) throws java.io.IOException
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
Copyright © 2010-2013 Sonatype, Inc.. All Rights Reserved.