org.codehaus.mojo.rat
Class LicenseFamilySpecification

java.lang.Object
  extended by org.codehaus.mojo.rat.LicenseFamilySpecification

public class LicenseFamilySpecification
extends Object

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


Constructor Summary
LicenseFamilySpecification()
           
 
Method Summary
 String getClassName()
          Returns the license familys class name.
 void setClassName(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 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 © 2007-2011 Apache Software Foundation. All Rights Reserved.