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

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.util.Calendar getDate()
           
 java.lang.String getMessage()
           
 java.lang.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(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.
Method Detail

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