|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.License
public class License
Provides methods to license the component.
Constructor Summary | |
---|---|
License()
Initializes a new instance of this class. |
Method Summary | |
---|---|
void |
setLicense(InputStream stream)
Licenses the component. |
void |
setLicense(String licenseName)
Licenses the component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public License()
Method Detail |
---|
public void setLicense(String licenseName) throws Exception
licenseName
- Can be a full or short file name
Use an empty string to switch to evaluation mode.
Exception
public void setLicense(InputStream stream) throws Exception
stream
- A stream that contains the license.
Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |