| Package | Description |
|---|---|
| org.apache.maven.scm |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeFile> |
ChangeSet.getFiles()
Getter for ChangeFile list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSet.addFile(ChangeFile file) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSet.setFiles(List<ChangeFile> files)
Setter for ChangeFile list.
|
| Constructor and Description |
|---|
ChangeSet(Date date,
String comment,
String author,
List<ChangeFile> files) |
ChangeSet(String strDate,
String userDatePattern,
String comment,
String author,
List<ChangeFile> files) |
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.