Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi.application
Class FileWalker

java.lang.Object
  extended by org.nuxeo.osgi.application.FileWalker

public class FileWalker
extends Object

Author:
Bogdan Stefanescu

Nested Class Summary
static class FileWalker.Visitor
           
 
Field Summary
static int BREAK
           
static int CONTINUE
           
static int RETURN
           
 
Constructor Summary
FileWalker()
           
 
Method Summary
static int walk(File root, FileWalker.Visitor visitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

FileWalker

public FileWalker()
Method Detail

walk

public static int walk(File root,
                       FileWalker.Visitor visitor)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.