public class Sdk extends NativeObject
Modifier and Type | Method and Description |
---|---|
static Sdk |
createDynamicObject(long handle) |
static java.lang.String |
getProducerFullName() |
static java.lang.String |
getVersion() |
static void |
initialize(java.lang.String license,
java.lang.String producerSuffix) |
equals, hashCode
public static Sdk createDynamicObject(long handle)
public static void initialize(java.lang.String license, java.lang.String producerSuffix) throws LicenseException, UnknownFormatException, CorruptException
license
- producerSuffix
- UnknownFormatException
- if the format (version) of the license
argument is unknown.CorruptException
- if the license
argument is not a correct license keyLicenseException
- if the license
argument can be read but the license check failedjava.lang.IllegalArgumentException
- if license
is null
public static java.lang.String getVersion()
public static java.lang.String getProducerFullName()