public class ReportConfiguration extends Object
Constructor and Description |
---|
ReportConfiguration() |
Modifier and Type | Method and Description |
---|---|
ILicenseFamily[] |
getApprovedLicenseNames()
Returns the set of approved license names.
|
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(String copyrightMessage)
If RAT is adding license headers: Sets the optional
copyright message.
|
void |
setHeaderMatcher(IHeaderMatcher headerMatcher)
Sets the header matcher.
|
public IHeaderMatcher getHeaderMatcher()
public void setHeaderMatcher(IHeaderMatcher headerMatcher)
public ILicenseFamily[] getApprovedLicenseNames()
public void setApprovedLicenseNames(ILicenseFamily[] approvedLicenseNames)
public String getCopyrightMessage()
isAddingLicenses()
public void setCopyrightMessage(String copyrightMessage)
setAddingLicenses(boolean)
public boolean isAddingLicensesForced()
isAddingLicenses()
public void setAddingLicensesForced(boolean addingLicensesForced)
isAddingLicenses()
public boolean isAddingLicenses()
public void setAddingLicenses(boolean addingLicenses)
Copyright © 2006-2021 The Apache Software Foundation. All Rights Reserved.