Class WrappedFile
java.lang.Object
com.saperion.connector.renditions.WrappedFile
A wrapper around a file that will be used to create a rendition. Contains information about the
represented page(s).
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedFile(File file, int page, boolean complete) Instantiates a new wrapped file. -
Method Summary
-
Constructor Details
-
WrappedFile
Instantiates a new wrapped file.- Parameters:
file- the filepage- the page numbercomplete- true if the file contains a complete document
-
-
Method Details
-
getFile
Gets the file.- Returns:
- the file
-
getPage
public int getPage()Gets the page.- Returns:
- the page
-
isComplete
public boolean isComplete()Checks if is complete.- Returns:
- true, if is complete
-