Class VcsLogEntry

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

public class VcsLogEntry extends Object
Since:
0.1
  • Field Details

    • author

      private final String author
    • revision

      private final long revision
      Revision.
    • message

      private final String message
      Message.
    • date

      private final Calendar date
      Date.
    • path

      private final String path
      Path.
  • Constructor Details

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

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