com.aspose.ocr.core.publicapi
Class License

java.lang.Object
  extended by com.aspose.ocr.core.publicapi.License

public class License
extends Object

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

License

public License(String licensePath)
Constructs handler for specific customer's license file

Parameters:
licensePath - path to the customer's license file

License

public License(InputStream licenseFileInputStream)
Constructs handler for specific license file's input stream

Parameters:
licenseFileInputStream - license file's input stream
Method Detail

handle

public void handle()
Handles the customer license file



Copyright © 2011 Aspose. All Rights Reserved.