Package com.wavemaker.commons.io
Interface ResourceFilterContext
-
public interface ResourceFilterContextContext forResourceFilters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FoldergetSource()Returns the source folder that triggered the filter.
-
-
-
Method Detail
-
getSource
Folder getSource()
Returns the source folder that triggered the filter. Useful when matching paths.- Returns:
- the source folder
- See Also:
Resources.getSource()
-
-