com.tonicsystems.jarjar
Interface DepHandler

All Known Implementing Classes:
AbstractDepHandler, TextDepHandler

public interface DepHandler


Field Summary
static int LEVEL_CLASS
           
static int LEVEL_JAR
           
 
Method Summary
 void handle(PathClass from, PathClass to)
           
 void handleEnd()
           
 void handleStart()
           
 

Field Detail

LEVEL_CLASS

static final int LEVEL_CLASS
See Also:
Constant Field Values

LEVEL_JAR

static final int LEVEL_JAR
See Also:
Constant Field Values
Method Detail

handleStart

void handleStart()
                 throws java.io.IOException
Throws:
java.io.IOException

handle

void handle(PathClass from,
            PathClass to)
            throws java.io.IOException
Throws:
java.io.IOException

handleEnd

void handleEnd()
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.