|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.saxonica.validate.PlatformVerifier
com.saxonica.validate.JavaVerifier
public final class JavaVerifier
A helper class for SchemaAwareConfiguration that handles license keys as issued for the Java platform
Field Summary |
---|
Fields inherited from class com.saxonica.validate.PlatformVerifier |
---|
features |
Constructor Summary | |
---|---|
JavaVerifier()
|
Method Summary | |
---|---|
void |
loadLicense()
Load the license file |
void |
supplyLicenseKey(java.io.BufferedReader reader)
This method allows the contents of a license key to be supplied programmatically. |
Methods inherited from class com.saxonica.validate.PlatformVerifier |
---|
daysLeft, displayLicenseMessage, getFeature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaVerifier()
Method Detail |
---|
public void loadLicense()
PlatformVerifier
loadLicense
in class PlatformVerifier
public void supplyLicenseKey(java.io.BufferedReader reader)
supplyLicenseKey
in class PlatformVerifier
reader
- A reader that will be used to read the contents of the license file
(for example, a StringReader)
java.lang.IllegalArgumentException
- if the key supplied is not a valid OEM license key
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |