org.apache.commons.vfs2.operations.vcs
Class VcsLogEntry
java.lang.Object
org.apache.commons.vfs2.operations.vcs.VcsLogEntry
public class VcsLogEntry
- extends Object
- Since:
- 0.1
- Author:
- Commons VFS team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VcsLogEntry
public VcsLogEntry(String author,
long revision,
String message,
Calendar date,
String path)
- Parameters:
author - The author.revision - The revision.message - The message.date - The date.path - The path.
getAuthor
public String getAuthor()
- Returns:
- The author.
getRevision
public long getRevision()
- Returns:
- The revision.
getMessage
public String getMessage()
- Returns:
- The message.
getDate
public Calendar getDate()
- Returns:
- The date.
getPath
public String getPath()
- Returns:
- The path.
Copyright © 2002–2015 WSO2. All rights reserved.