License
Contents
[
Hide
]Inheritance: java.lang.Object
public class License
Provides methods to license the component.
Constructors
Constructor | Description |
---|---|
License() | Initializes a new instance of this class. |
Methods
Method | Description |
---|---|
setLicense(String licenseName) | Licenses the component. |
setLicense(InputStream stream) | Licenses the component. |
setLicense(File licenseFile) | Licenses the component. |
License()
public License()
Initializes a new instance of this class.
setLicense(String licenseName)
public void setLicense(String licenseName)
Licenses the component.
Parameters:
Parameter | Type | Description |
---|---|---|
licenseName | java.lang.String | Can be a full or short file name. Use an empty string to switch to evaluation mode. |
setLicense(InputStream stream)
public void setLicense(InputStream stream)
Licenses the component.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | java.io.InputStream | A stream that contains the license. |
setLicense(File licenseFile)
public void setLicense(File licenseFile)
Licenses the component.
Parameters:
Parameter | Type | Description |
---|---|---|
licenseFile | java.io.File | representation of file pathname |