Package com.tonicsystems.jarjar
Interface DepHandler
-
- All Known Implementing Classes:
AbstractDepHandler
,TextDepHandler
public interface DepHandler
-
-
Field Summary
Fields Modifier and Type Field Description static int
LEVEL_CLASS
static int
LEVEL_JAR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-