org.apache.commons.vfs.operations.vcs
Class VcsLogEntry
java.lang.Object
org.apache.commons.vfs.operations.vcs.VcsLogEntry
public class VcsLogEntry
- extends java.lang.Object
- Since:
- 0.1
- Author:
- Siarhei Baidun
Constructor Summary |
VcsLogEntry(java.lang.String author,
long revision,
java.lang.String message,
java.util.Calendar date,
java.lang.String path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VcsLogEntry
public VcsLogEntry(java.lang.String author,
long revision,
java.lang.String message,
java.util.Calendar date,
java.lang.String path)
- Parameters:
author
- The author.revision
- The revision.message
- The message.date
- The date.path
- The path.
getAuthor
public java.lang.String getAuthor()
- Returns:
- The author.
getRevision
public long getRevision()
- Returns:
- The revision.
getMessage
public java.lang.String getMessage()
- Returns:
- The message.
getDate
public java.util.Calendar getDate()
- Returns:
- The date.
getPath
public java.lang.String getPath()
- Returns:
- The path.
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.