org.apache.commons.vfs.operations.vcs
Class VcsLogEntry

java.lang.Object
  extended byorg.apache.commons.vfs.operations.vcs.VcsLogEntry

public class VcsLogEntry
extends Object

todo: add class description here

Since:
0.1
Author:
Siarhei Baidun

Constructor Summary
VcsLogEntry(String author, long revision, String message, Calendar date, String path)
           
 
Method Summary
 String getAuthor()
           
 Calendar getDate()
           
 String getMessage()
           
 String getPath()
           
 long getRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VcsLogEntry

public VcsLogEntry(String author,
                   long revision,
                   String message,
                   Calendar date,
                   String path)
Parameters:
revision -
message -
date -
path -
Method Detail

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.