|
Foxit PDF SDK
|
Public Member Functions | |
| DocumentsSource (DocumentsSource other) | |
| Constructor, with another documents source object. More... | |
| DocumentsSource (String directory) throws com.foxit.sdk.PDFException | |
| Constructor, with a directory. More... | |
| synchronized void | delete () |
| Clean up related resources immediately. More... | |
| boolean | isEmpty () |
| Check whether current object is empty or not. More... | |
This class is used to represent a specified directory, which contains PDF files and user wants to search among these PDF files.
| com.foxit.sdk.fts.DocumentsSource.DocumentsSource | ( | String | directory | ) | throws com.foxit.sdk.PDFException |
Constructor, with a directory.
| [in] | directory | A path string that represents a directory. |
| com.foxit.sdk.fts.DocumentsSource.DocumentsSource | ( | DocumentsSource | other | ) |
Constructor, with another documents source object.
| [in] | other | Another documents source object. |
| synchronized void com.foxit.sdk.fts.DocumentsSource.delete | ( | ) |
Clean up related resources immediately.
Reimplemented from com.foxit.sdk.common.Base.
| boolean com.foxit.sdk.fts.DocumentsSource.isEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.