com.saxonica.validate
Class PlatformVerifier
java.lang.Object
  
com.saxonica.validate.PlatformVerifier
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - JavaVerifier
 
public abstract class PlatformVerifier
- extends Object
- implements Serializable
  
- See Also:
 - Serialized Form
 
 
 
 
PlatformVerifier
public PlatformVerifier()
loadLicense
public abstract void loadLicense()
 
 
supplyLicenseKey
public abstract void supplyLicenseKey(BufferedReader reader)
- This method allows the contents of a license key to be supplied programmatically.
 This must be a license file as issued to authorized OEM distributors of Saxon-SA.
 
- Parameters:
 reader - A reader that will be used to read the contents of the license file
 (for example, a StringReader)
- Throws:
 IllegalArgumentException - if the key supplied is not a valid OEM license key
 
 
getFeature
public String getFeature(String name)
- This method is called to get the feature of the license.
 
- Returns:
 - the feature value of the license.
 
 
 
displayLicenseMessage
public void displayLicenseMessage()
- Display a message about the license status
 
 
 
Copyright (C) Michael H. Kay. All rights reserved.