org.apache.commons.vfs.operations.vcs
Class VcsLogEntry
java.lang.Object
org.apache.commons.vfs.operations.vcs.VcsLogEntry
- public class VcsLogEntry
- extends Object
todo: add class description here
- Since:
- 0.1
- Author:
- Siarhei Baidun
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:
revision
- message
- date
- path
-
getAuthor
public String getAuthor()
- Returns:
getRevision
public long getRevision()
- Returns:
getMessage
public String getMessage()
- Returns:
getDate
public Calendar getDate()
- Returns:
getPath
public String getPath()
- Returns:
Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.