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

java.lang.Object
  extended by org.apache.commons.vfs2.operations.vcs.VcsLogEntry

public class VcsLogEntry
extends Object

Since:
0.1
Author:
Commons VFS team

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:
author - The author.
revision - The revision.
message - The message.
date - The date.
path - The path.
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.