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
  • Constructor Details

    • VcsLogEntry

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

    • 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: