public interface Filter
List<String> execute(String[] args, Path context) throws FilterExecutionException
args
- variable number of arguments. First one is always name of the filtercontext
- of imported file against the main processed fileFilterExecutionException
- if anything goes wrong in the filter and filter cannot continueCopyright © 2013. All Rights Reserved.