Package com.jcabi.manifests
Interface Mfs
-
- All Known Implementing Classes:
ClasspathMfs
,FilesMfs
,JakartaServletMfs
,ServletMfs
,StreamsMfs
,StringMfs
public interface Mfs
Manifests.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<InputStream>
fetch()
Find and fetch them all.
-
-
-
Method Detail
-
fetch
Collection<InputStream> fetch() throws IOException
Find and fetch them all.- Returns:
- Iterator of found resources
- Throws:
IOException
- If fails
-
-