public class CopyrightFilesConfiguration extends Object
The files copyright configurations.
Constructor and Description |
---|
CopyrightFilesConfiguration()
Creates the configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Returns the comment.
|
String |
getCopyright()
Returns the copyright.
|
List<String> |
getFiles()
Returns the patterns for which files the copyright applies.
|
CopyrightLicenseConfiguration |
getLicense()
Returns the license.
|
void |
setComment(String comment)
Sets the comment.
|
void |
setCopyright(String copyright)
Sets the copyright.
|
void |
setFiles(List<String> files)
Sets the patterns for which files the copyright applies.
|
void |
setLicense(CopyrightLicenseConfiguration license)
Sets the license.
|
public CopyrightFilesConfiguration()
Creates the configuration.
public List<String> getFiles()
Returns the patterns for which files the copyright applies.
public void setFiles(List<String> files)
Sets the patterns for which files the copyright applies.
files
- The patterns.public String getCopyright()
Returns the copyright.
null
, if no copyright is set.public void setCopyright(String copyright)
Sets the copyright.
copyright
- The copyright.public CopyrightLicenseConfiguration getLicense()
Returns the license.
null
, if no license is set.public void setLicense(CopyrightLicenseConfiguration license)
Sets the license.
license
- The license.public String getComment()
Returns the comment.
null
, if no comment is set.public void setComment(String comment)
Sets the comment.
comment
- The comment.Copyright © 2015–2019. All rights reserved.