com.caucho.license
Class LicenseStore

java.lang.Object
  extended by com.caucho.license.LicenseStore

public class LicenseStore
extends java.lang.Object


Constructor Summary
LicenseStore()
           
 
Method Summary
 void addLicenseDirectory(java.io.File licenseDirectory)
           
 void clearLicenses()
           
 java.io.File getLicenseDirectory()
           
 void init(java.io.File... licenseDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseStore

public LicenseStore()
Method Detail

init

public final void init(java.io.File... licenseDirectory)
                throws ConfigException,
                       java.io.IOException
Throws:
ConfigException
java.io.IOException

addLicenseDirectory

public void addLicenseDirectory(java.io.File licenseDirectory)
                         throws ConfigException,
                                java.io.IOException
Throws:
ConfigException
java.io.IOException

getLicenseDirectory

public java.io.File getLicenseDirectory()

clearLicenses

public void clearLicenses()