{@code String queryParams = FileFilter.create() .withFormat(FileFormat.PNG) .enableClipping() .withMaxWidth(500) .withMaxHeight(500) .buildQueryString();}@author Daniel Eichten
Instances of this interface may be passed to the {@link File#listFiles(java.io.FileFilter) listFiles(FileFilter)}
method of the {@link java.io.File}
class.
@since 1.2
FileLocation
.
@author Torgil Zethson
@since 4.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|