public class ArchiveViewInfo extends ViewInfo
Represents view information for archive file.
Constructor and Description |
---|
ArchiveViewInfo(FileType fileType,
List<Page> pages,
List<String> folders)
Initializes new instance of
ArchiveViewInfo class. |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFolders()
The folders contained by the archive file.
|
getFileType, getPages, toString
public ArchiveViewInfo(FileType fileType, List<Page> pages, List<String> folders)
Initializes new instance of ArchiveViewInfo
class.
fileType
- The type of the file.pages
- The list of pages to view.folders
- The list of folders contained by the archive file.IllegalArgumentException
- Thrown when pages
is null.IllegalArgumentException
- Thrown when folders
is null.