Class WrappedFile
- java.lang.Object
-
- com.saperion.connector.renditions.WrappedFile
-
public class WrappedFile extends java.lang.ObjectA 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.FilegetFile()Gets the file.intgetPage()Gets the page.booleanisComplete()Checks if is complete.
-