public class VcsLogEntry extends Object
Constructor and Description |
---|
VcsLogEntry(String author,
long revision,
String message,
Calendar date,
String path)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author.
|
Calendar |
getDate()
Gets the date.
|
String |
getMessage()
Gets the message.
|
String |
getPath()
Gets the path.
|
long |
getRevision()
Gets the revision.
|
public String getAuthor()
public Calendar getDate()
public String getMessage()
public String getPath()
public long getRevision()
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.