Class FilenameFilterConfig
- java.lang.Object
-
- com.github.jhonnymertz.wkhtmltopdf.wrapper.configurations.FilenameFilterConfig
-
- All Implemented Interfaces:
FilenameFilter
public class FilenameFilterConfig extends Object implements FilenameFilter
Implements a filter to get files generated by the library
-
-
Constructor Summary
Constructors Constructor Description FilenameFilterConfig()
-
-
-
Method Detail
-
accept
public boolean accept(File dir, String name)
- Specified by:
acceptin interfaceFilenameFilter
-
-