Package com.tonicsystems.jarjar
Interface DepHandler
-
- All Known Implementing Classes:
AbstractDepHandler,TextDepHandler
public interface DepHandler
-
-
Field Summary
Fields Modifier and Type Field Description static intLEVEL_CLASSstatic intLEVEL_JAR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(PathClass from, PathClass to)voidhandleEnd()voidhandleStart()
-
-
-
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
-
-