org.formaria.editor.lm
Class AriaLicenseManager

java.lang.Object
  extended by org.formaria.editor.lm.AriaLicenseManager
All Implemented Interfaces:
LicenseManager

public class AriaLicenseManager
extends java.lang.Object
implements LicenseManager

A License Manager interface

Since:
3.2

Copyright (c) Formaria Ltd., 2002-2008

License: see License.txt


Constructor Summary
AriaLicenseManager()
           
 
Method Summary
 LicenseEntry getLicenseDetails(java.lang.String moduleName)
          Get the license entry for a module
 java.io.File getStorageDirectory()
          Get the directory name to which the library will be extracted.
 boolean isUserRegistered(java.lang.String moduleName)
           
 void processRegistration(java.lang.String regFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AriaLicenseManager

public AriaLicenseManager()
Method Detail

isUserRegistered

public boolean isUserRegistered(java.lang.String moduleName)
Specified by:
isUserRegistered in interface LicenseManager

processRegistration

public void processRegistration(java.lang.String regFile)
Specified by:
processRegistration in interface LicenseManager

getStorageDirectory

public java.io.File getStorageDirectory()
Get the directory name to which the library will be extracted.

Returns:
the path

getLicenseDetails

public LicenseEntry getLicenseDetails(java.lang.String moduleName)
Get the license entry for a module

Parameters:
module -
Returns: