Class BaseLicense
java.lang.Object
com.inductiveautomation.ignition.common.licensing.BaseLicense
- All Implemented Interfaces:
- License
- Direct Known Subclasses:
- IgnitionLicense
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IgnitionLicensefromXml(InputStream is) toString()voidwriteXml(OutputStream os) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.licensing.LicensegetCDKey, getModuleLicenses, getPlatformLicense, getSystemHash, getSystemId, getVersion, isPrimaryLicense
- 
Constructor Details- 
BaseLicensepublic BaseLicense()
 
- 
- 
Method Details- 
writeXml- Throws:
- IOException
 
- 
toString
- 
fromXml- Throws:
- IOException
- SAXException
 
 
-