Package com.jcabi.manifests
Class ClasspathMfs
- java.lang.Object
-
- com.jcabi.manifests.ClasspathMfs
-
-
Constructor Summary
Constructors Constructor Description ClasspathMfs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<InputStream>
fetch()
Find and fetch them all.
-
-
-
Method Detail
-
fetch
public Collection<InputStream> fetch() throws IOException
Description copied from interface:Mfs
Find and fetch them all.- Specified by:
fetch
in interfaceMfs
- Returns:
- Iterator of found resources
- Throws:
IOException
- If fails
-
-