public class GitChangeSet extends ChangeSet
AMPERSAND_ENTITY, APOSTROPHE_ENTITY, GREATER_THAN_ENTITY, LESS_THAN_ENTITY, QUOTE_ENTITY
Constructor and Description |
---|
GitChangeSet() |
GitChangeSet(Date date,
String comment,
String author,
List files) |
GitChangeSet(String strDate,
String userDatePattern,
String comment,
String author,
List files) |
addFile, containsFilename, containsFilename, equals, escapeValue, getAuthor, getComment, getDate, getDateFormatted, getFiles, getRevision, getTimeFormatted, hashCode, setAuthor, setComment, setDate, setDate, setDate, setFiles, setRevision, toString, toXML
public GitChangeSet()
public GitChangeSet(String strDate, String userDatePattern, String comment, String author, List files)
strDate
- userDatePattern
- comment
- author
- files
- List of ChangeFile
public GitChangeSet(Date date, String comment, String author, List files)
date
- comment
- author
- files
- List of ChangeFile
Copyright © 2003–2014. All rights reserved.