|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.saxonica.validate.PlatformVerifier
public abstract class PlatformVerifier
Constructor Summary | |
---|---|
PlatformVerifier()
|
Method Summary | |
---|---|
void |
displayLicenseMessage()
Display a message about the license status |
String |
getFeature(String name)
This method is called to get the feature of the license. |
abstract void |
loadLicense()
Load the license file |
abstract void |
supplyLicenseKey(BufferedReader reader)
This method allows the contents of a license key to be supplied programmatically. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlatformVerifier()
Method Detail |
---|
public abstract void loadLicense()
RuntimeException
- if the license cannot be located and readpublic abstract void supplyLicenseKey(BufferedReader reader)
reader
- A reader that will be used to read the contents of the license file
(for example, a StringReader)
IllegalArgumentException
- if the key supplied is not a valid OEM license keypublic String getFeature(String name)
name
- the name of the required feature
public void displayLicenseMessage()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |