org.apache.rat.mp
Class LicenseFamilySpecification
java.lang.Object
org.apache.rat.mp.LicenseFamilySpecification
public class LicenseFamilySpecification
- extends Object
Used to specify additional license familys. A license family is basically a class, which implements
rat.license.ILicenseFamily
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LicenseFamilySpecification
public LicenseFamilySpecification()
getClassName
public String getClassName()
- Returns the license familys class name.
- Returns:
- Class name of the license family.
setClassName
public void setClassName(String pClassName)
- Sets the license familys class name. Required.
- Parameters:
pClassName
- Class name of the license family.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.