Class VcsLogEntry

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

public class VcsLogEntry extends Object
Since:
0.1
  • 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