Package com.aspose.barcode
Class License
- java.lang.Object
-
- com.aspose.barcode.License
-
public class License extends java.lang.Object
Provides methods to license the component.
-
-
Constructor Summary
Constructors Constructor Description License()
Initializes a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLicense(java.io.File licenseFile)
Licenses the component.void
setLicense(java.io.InputStream stream)
Licenses the component.void
setLicense(java.lang.String licenseName)
Licenses the component.
-
-
-
Method Detail
-
setLicense
public void setLicense(java.lang.String licenseName) throws java.lang.Exception
Licenses the component.- Parameters:
licenseName
- Can be a full or short file name Use an empty string to switch to evaluation mode.- Throws:
java.lang.Exception
-
setLicense
public void setLicense(java.io.InputStream stream) throws java.lang.Exception
Licenses the component.- Parameters:
stream
- A stream that contains the license.- Throws:
java.lang.Exception
-
setLicense
public void setLicense(java.io.File licenseFile) throws java.lang.Exception
Licenses the component.- Parameters:
licenseFile
- representation of file pathname- Throws:
java.lang.Exception
-
-