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