public class License extends Object
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
static void |
set(InputStream licenseStream)
Sets the license from a stream.
|
static void |
set(String licensePath)
Sets the license from a file path.
|
void |
setLicense(InputStream licenseStream)
Licenses the component from a stream.
|
void |
setLicense(String licensePath)
Licenses the component from a file path.
|
public void setLicense(InputStream licenseStream)
licenseStream - license streampublic void setLicense(String licensePath)
licensePath - license file pathpublic static void set(String licensePath)
licensePath - path to license filepublic static void set(InputStream licenseStream)
licenseStream - stream that contains the licenseCopyright © 2026. All rights reserved.