org.apache.rat.mp
Class LicenseFamilySpecification

java.lang.Object
  extended by org.apache.rat.mp.LicenseFamilySpecification

public class LicenseFamilySpecification
extends java.lang.Object

Used to specify additional license familys. A license family is basically a class, which implements rat.license.ILicenseFamily.


Constructor Summary
LicenseFamilySpecification()
           
 
Method Summary
 java.lang.String getClassName()
          Returns the license familys class name.
 void setClassName(java.lang.String pClassName)
          Sets the license familys class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseFamilySpecification

public LicenseFamilySpecification()
Method Detail

getClassName

public java.lang.String getClassName()
Returns the license familys class name.

Returns:
Class name of the license family.

setClassName

public void setClassName(java.lang.String pClassName)
Sets the license familys class name. Required.

Parameters:
pClassName - Class name of the license family.


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.