public abstract class AbstractWalkTree extends Object implements Filter
public List<String> execute(String[] args, Path context) throws FilterExecutionException
execute
in interface Filter
args
- must contain three arguments, (0 - name of filter), 1 - path to directory to be walked, 2 - type of matcher (regex or glob)context
- of imported file against the main processed fileFilterExecutionException
- if there was a problem accessing the directoryCopyright © 2013. All Rights Reserved.