org.apache.commons.vfs2.operations.vcs
public class VcsLogEntry extends java.lang.Object
| Constructor and Description |
|---|
VcsLogEntry(java.lang.String author,
long revision,
java.lang.String message,
java.util.Calendar date,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor() |
java.util.Calendar |
getDate() |
java.lang.String |
getMessage() |
java.lang.String |
getPath() |
long |
getRevision() |
public VcsLogEntry(java.lang.String author,
long revision,
java.lang.String message,
java.util.Calendar date,
java.lang.String path)
author - The author.revision - The revision.message - The message.date - The date.path - The path.public java.lang.String getAuthor()
public long getRevision()
public java.lang.String getMessage()
public java.util.Calendar getDate()
public java.lang.String getPath()
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.