Class BaseLicense
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.BaseLicense
 
- 
- All Implemented Interfaces:
- License
 - Direct Known Subclasses:
- IgnitionLicense
 
 public abstract class BaseLicense extends java.lang.Object implements License 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classBaseLicense.LicenseParser
 - 
Constructor SummaryConstructors Constructor Description BaseLicense()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IgnitionLicensefromXml(java.io.InputStream is)java.lang.StringtoString()voidwriteXml(java.io.OutputStream os)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.licensing.LicensegetCDKey, getModuleLicenses, getPlatformLicense, getSystemHash, getSystemId, getVersion, isPrimaryLicense
 
- 
 
- 
- 
- 
Method Detail- 
writeXmlpublic void writeXml(java.io.OutputStream os) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
fromXmlpublic static IgnitionLicense fromXml(java.io.InputStream is) throws java.io.IOException, org.xml.sax.SAXException - Throws:
- java.io.IOException
- org.xml.sax.SAXException
 
 
- 
 
-