Package org.nuxeo.osgi.application
Class FileWalker
- java.lang.Object
-
- org.nuxeo.osgi.application.FileWalker
-
public class FileWalker extends Object
- Author:
- Bogdan Stefanescu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileWalker.Visitor
-
Constructor Summary
Constructors Constructor Description FileWalker()
-
-
-
Field Detail
-
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
-
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
-
BREAK
public static final int BREAK
- See Also:
- Constant Field Values
-
-
Method Detail
-
walk
public static int walk(File root, FileWalker.Visitor visitor)
-
-