Class WrappedFile
- java.lang.Object
-
- com.saperion.connector.renditions.WrappedFile
-
public class WrappedFile extends java.lang.Object
A wrapper around a file that will be used to create a rendition. Contains information about the represented page(s).
-
-
Constructor Summary
Constructors Constructor Description WrappedFile(java.io.File file, int page, boolean complete)
Instantiates a new wrapped file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getFile()
Gets the file.int
getPage()
Gets the page.boolean
isComplete()
Checks if is complete.
-