public class ChangeLogConfiguration extends Object
The change log configuration.
Constructor and Description |
---|
ChangeLogConfiguration()
Creates the configuration.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeLogVersionEntryConfiguration> |
getEntries()
Returns the entries.
|
File |
getFile()
Returns the file.
|
void |
setEntries(List<ChangeLogVersionEntryConfiguration> entries)
Sets the entries.
|
void |
setFile(File file)
Sets the file.
|
public ChangeLogConfiguration()
Creates the configuration.
public File getFile()
Returns the file.
null
, if no file is set.public void setFile(File file)
Sets the file.
file
- The file.public List<ChangeLogVersionEntryConfiguration> getEntries()
Returns the entries.
public void setEntries(List<ChangeLogVersionEntryConfiguration> entries)
Sets the entries.
entries
- The entries.Copyright © 2015–2019. All rights reserved.