|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.rat.LicenseFamilySpecification
public class LicenseFamilySpecification
Used to specify additional license familys. A license family is basically a class, which implements
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 |
---|
public LicenseFamilySpecification()
Method Detail |
---|
public java.lang.String getClassName()
public void setClassName(java.lang.String pClassName)
pClassName
- Class name of the license family.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |