com.infoteria.asteria.license
Class LicenseUtil

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

public class LicenseUtil
extends Object


Field Summary
static String FILE_NAME_LICENSE
           
static String FILE_NAME_LICENSE_LIST
           
 
Method Summary
static void addLicenseKey(String license)
           
static String getLicensePlan()
           
static 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 String FILE_NAME_LICENSE

FILE_NAME_LICENSE_LIST

public static final String FILE_NAME_LICENSE_LIST
Method Detail

readLicenseKey

public static String readLicenseKey()

addLicenseKey

public static void addLicenseKey(String license)
                          throws FileNotFoundException,
                                 IOException

getLicensePlan

public static String getLicensePlan()