public abstract class AbstractWalkDir 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 - (regex | glob):patterncontext
- of imported file against the main processed fileFilterExecutionException
- if there was a problem accessing the directoryCopyright © 2013. All Rights Reserved.