public final class License
extends com.groupdocs.search.LicenseAssistant
Learn more
The example demonstrates how to setup license.
License license = new License();
license.setLicense("C:\\License.lic");
Constructor and Description |
---|
License()
Initializes a new instance of the
License class. |
Modifier and Type | Method and Description |
---|---|
void |
setLicense(InputStream stream)
Licenses the component.
|
void |
setLicense(String filePath)
Licenses the component.
|
public final void setLicense(String filePath)
Licenses the component.
filePath
- Absolute path to license file.public final void setLicense(InputStream stream)
Licenses the component.
stream
- License stream.