Package | Description |
---|---|
org.apache.maven.scm | |
org.apache.maven.scm.provider.svn |
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) |
Constructor and Description |
---|
SvnChangeSet(Date date,
String comment,
String author,
List<ChangeFile> files) |
SvnChangeSet(String strDate,
String userDatePattern,
String comment,
String author,
List<ChangeFile> files) |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.