Package com.jcabi.manifests
Class FilesMfs
java.lang.Object
com.jcabi.manifests.FilesMfs
- All Implemented Interfaces:
Mfs
Manifests in files.
Append attributes from
MANIFEST.MF
file:
Manifests.append(new FilesMfs(new File("MANIFEST.MF")));
The class is immutable and thread-safe.
- Since:
- 1.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilesMfs
Ctor.- Parameters:
file
- File
-
FilesMfs
Ctor.- Parameters:
list
- Files
-
-
Method Details
-
fetch
Description copied from interface:Mfs
Find and fetch them all.- Specified by:
fetch
in interfaceMfs
- Returns:
- Iterator of found resources
- Throws:
IOException
- If fails
-