Class VcsLogEntry


  • public class VcsLogEntry
    extends java.lang.Object
    todo: add class description here
    Since:
    0.1
    Author:
    Siarhei Baidun
    • Constructor Summary

      Constructors 
      Constructor Description
      VcsLogEntry​(java.lang.String author, long revision, java.lang.String message, java.util.Calendar date, java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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:
        revision -
        message -
        date -
        path -
    • Method Detail

      • getAuthor

        public java.lang.String getAuthor()
        Returns:
      • getRevision

        public long getRevision()
        Returns:
      • getMessage

        public java.lang.String getMessage()
        Returns:
      • getDate

        public java.util.Calendar getDate()
        Returns:
      • getPath

        public java.lang.String getPath()
        Returns: