public abstract class BaseLicense extends java.lang.Object implements License
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseLicense.LicenseParser |
| Constructor and Description |
|---|
BaseLicense() |
| Modifier and Type | Method and Description |
|---|---|
static IgnitionLicense |
fromXml(java.io.InputStream is) |
java.lang.String |
toString() |
void |
writeXml(java.io.OutputStream os) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCDKey, getModuleLicenses, getOEMLock, getPlatformLicense, getSystemHash, getSystemId, getVersion, isDeveloperLicense, isEdgeLicense, isPrimaryLicensepublic void writeXml(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic static IgnitionLicense fromXml(java.io.InputStream is) throws java.io.IOException, org.xml.sax.SAXException
java.io.IOExceptionorg.xml.sax.SAXException