blackboard.platform
Class LicenseDescriptor

java.lang.Object
  extended by blackboard.platform.LicenseDescriptor

public class LicenseDescriptor
extends java.lang.Object

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.

Since:
Bb 6.0
Version:
$Revision: #1 $ $Date: 2005/06/27 $

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

LicenseDescriptor

public LicenseDescriptor(java.lang.String licenseKey)
Create a descriptor for the associated component.

Parameters:
licenseKey - Component to load descriptor for
Method Detail

getLicenseKey

public java.lang.String getLicenseKey()
Returns the component represented by this descriptor.

Returns:

getTitle

public java.lang.String getTitle()
Returns the human-readable title for this descriptor.

Returns:
Title read from resource bundle.

getDescription

public java.lang.String getDescription()
Returns the description for this component.

Returns:
Description read from resource bundle.


Copyright © 2003 Blackboard, Inc. All Rights Reserved.