Class BaseLicense
java.lang.Object
com.inductiveautomation.ignition.common.licensing.BaseLicense
- All Implemented Interfaces:
License
- Direct Known Subclasses:
IgnitionLicense
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IgnitionLicense
fromXml
(InputStream is) toString()
void
writeXml
(OutputStream os) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.common.licensing.License
getCDKey, getModuleLicenses, getPlatformLicense, getSystemHash, getSystemId, getVersion, isPrimaryLicense
-
Constructor Details
-
BaseLicense
public BaseLicense()
-
-
Method Details
-
writeXml
- Throws:
IOException
-
toString
-
fromXml
- Throws:
IOException
SAXException
-