|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ocr.core.publicapi.License
public class License
Provides the interface for handling the customer license file
Constructor Summary | |
---|---|
License(InputStream licenseFileInputStream)
Constructs handler for specific license file's input stream |
|
License(String licensePath)
Constructs handler for specific customer's license file |
Method Summary | |
---|---|
void |
handle()
Handles the customer license file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public License(String licensePath)
licensePath
- path to the customer's license filepublic License(InputStream licenseFileInputStream)
licenseFileInputStream
- license file's input streamMethod Detail |
---|
public void handle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |