Package com.tonicsystems.jarjar
Class DepFind
- java.lang.Object
-
- com.tonicsystems.jarjar.DepFind
-
public class DepFind extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DepFind()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(java.lang.String from, java.lang.String to, DepHandler handler)
void
setCurrentDirectory(java.io.File curDir)
-
-
-
Method Detail
-
setCurrentDirectory
public void setCurrentDirectory(java.io.File curDir)
-
run
public void run(java.lang.String from, java.lang.String to, DepHandler handler) throws java.io.IOException
- Throws:
java.io.IOException
-
-