com.infoteria.asteria.license
Class LicenseUtil

java.lang.Object
  |
  +--com.infoteria.asteria.license.LicenseUtil

public class LicenseUtil
extends java.lang.Object


Field Summary
static java.lang.String FILE_NAME_LICENSE
           
static java.lang.String FILE_NAME_LICENSE_LIST
           
 
Method Summary
static void addLicenseKey(java.lang.String license)
           
static java.lang.String getLicensePlan()
           
static boolean hasLicenseAboveStandard()
           
static java.lang.String readLicenseKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_NAME_LICENSE

public static final java.lang.String FILE_NAME_LICENSE

FILE_NAME_LICENSE_LIST

public static final java.lang.String FILE_NAME_LICENSE_LIST
Method Detail

readLicenseKey

public static java.lang.String readLicenseKey()

addLicenseKey

public static void addLicenseKey(java.lang.String license)
                          throws java.io.FileNotFoundException,
                                 java.io.IOException

getLicensePlan

public static java.lang.String getLicensePlan()

hasLicenseAboveStandard

public static boolean hasLicenseAboveStandard()