|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.platform.LicenseDescriptor
public class LicenseDescriptor
Object to wrap human-readable names and descriptions for different license keys.
Note: This class is primarily for internal use and should be considered unstable. It may change substantially in future releases.
| Constructor Summary | |
|---|---|
LicenseDescriptor(java.lang.String licenseKey)
Create a descriptor for the associated component. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description for this component. |
java.lang.String |
getLicenseKey()
Returns the component represented by this descriptor. |
java.lang.String |
getTitle()
Returns the human-readable title for this descriptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LicenseDescriptor(java.lang.String licenseKey)
licenseKey - Component to load descriptor for| Method Detail |
|---|
public java.lang.String getLicenseKey()
public java.lang.String getTitle()
public java.lang.String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||