Package com.jcabi.manifests
Class FilesMfs
- java.lang.Object
-
- com.jcabi.manifests.FilesMfs
-
-
Constructor Summary
Constructors Constructor Description FilesMfs(File file)
Ctor.FilesMfs(Collection<File> list)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<InputStream>
fetch()
Find and fetch them all.
-
-
-
Constructor Detail
-
FilesMfs
public FilesMfs(File file)
Ctor.- Parameters:
file
- File
-
FilesMfs
public FilesMfs(Collection<File> list)
Ctor.- Parameters:
list
- Files
-
-
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
-
-