Package com.jcabi.manifests
Class StringMfs
- java.lang.Object
-
- com.jcabi.manifests.StringMfs
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<InputStream>
fetch()
Find and fetch them all.
-
-
-
Constructor Detail
-
StringMfs
public StringMfs(String src)
Ctor.- Parameters:
src
- The source
-
-
Method Detail
-
fetch
public Collection<InputStream> fetch()
Description copied from interface:Mfs
Find and fetch them all.
-
-