|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rat.ReportConfiguration
public class ReportConfiguration
A configuration object is used by the frontend to invoke the
Report
. Basically, the sole purpose of the frontends is
to create the configuration and invoke the Report
.
Constructor Summary | |
---|---|
ReportConfiguration()
|
Method Summary | |
---|---|
ILicenseFamily[] |
getApprovedLicenseNames()
Returns the set of approved license names. |
java.lang.String |
getCopyrightMessage()
If RAT is adding license headers: Returns the optional copyright message. |
IHeaderMatcher |
getHeaderMatcher()
Returns the header matcher. |
boolean |
isAddingLicenses()
Returns, whether RAT should add missing license headers. |
boolean |
isAddingLicensesForced()
If RAT is adding license headers: Returns, whether adding license headers is enforced. |
void |
setAddingLicenses(boolean addingLicenses)
Returns, whether RAT should add missing license headers. |
void |
setAddingLicensesForced(boolean addingLicensesForced)
If RAT is adding license headers: Sets, whether adding license headers is enforced. |
void |
setApprovedLicenseNames(ILicenseFamily[] approvedLicenseNames)
Sets the set of approved license names. |
void |
setCopyrightMessage(java.lang.String copyrightMessage)
If RAT is adding license headers: Sets the optional copyright message. |
void |
setHeaderMatcher(IHeaderMatcher headerMatcher)
Sets the header matcher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportConfiguration()
Method Detail |
---|
public IHeaderMatcher getHeaderMatcher()
public void setHeaderMatcher(IHeaderMatcher headerMatcher)
public ILicenseFamily[] getApprovedLicenseNames()
public void setApprovedLicenseNames(ILicenseFamily[] approvedLicenseNames)
public java.lang.String getCopyrightMessage()
isAddingLicenses()
public void setCopyrightMessage(java.lang.String copyrightMessage)
setAddingLicenses(boolean)
public boolean isAddingLicensesForced()
isAddingLicenses()
public void setAddingLicensesForced(boolean addingLicensesForced)
isAddingLicenses()
public boolean isAddingLicenses()
isAddingLicensesForced()
,
getCopyrightMessage()
public void setAddingLicenses(boolean addingLicenses)
setAddingLicensesForced(boolean)
,
setCopyrightMessage(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |