org.apache.maven.scm
public class ChangeFile extends Object
Version: $Id: ChangeFile.java 372209 2006-01-25 13:30:01Z evenisse $
Constructor Summary | |
---|---|
ChangeFile(String name)
Constructor for the ChangeFile object without all details available
| |
ChangeFile(String name, String rev)
Constructor for the ChangeFile object
|
Method Summary | |
---|---|
String | getName()
Gets the name attribute of the ChangeLogFile object.
|
String | getRevision()
Gets the revision attribute of the ChangeLogFile object.
|
void | setName(String name)
Setter for property name.
|
void | setRevision(String revision)
Setter for property revision.
|
String | toString()
Provide a version of the object as a string for debugging purposes
|
Parameters: name file name
Parameters: name file name rev latest revision of the file
Returns: the file name
Returns: the latest revision of the file
Parameters: name New value of property name.
Parameters: revision New value of property revision.
Returns: a Stringmade up of the properties of the object