|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.tools.install.LicenseRegistry
public class LicenseRegistry
A central book-keeping place for the licenses referenced by installable components. Licenses are identified by their URL and kept in local files if they have been "used" before. A license gets "used" in particular when the user attempts to download a component goverened by that license.
| Constructor Summary | |
|---|---|
LicenseRegistry()
|
|
| Method Summary | |
|---|---|
static java.net.URL |
getLicense(java.net.URL licenseURL)
For the license identified by the given URL, return the URL of a local file providing the same content as the given URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LicenseRegistry()
| Method Detail |
|---|
public static java.net.URL getLicense(java.net.URL licenseURL)
licenseURL - the remote URL of the license, serving as the license's identifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||