org.apache.maven.scm

Class ChangeFile

public class ChangeFile extends Object

A set of information about revisions of a file as returned by CVS's log command

Version: $Id: ChangeFile.java 372209 2006-01-25 13:30:01Z evenisse $

Author: dIon Gillard Emmanuel Venisse

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
StringgetName()
Gets the name attribute of the ChangeLogFile object.
StringgetRevision()
Gets the revision attribute of the ChangeLogFile object.
voidsetName(String name)
Setter for property name.
voidsetRevision(String revision)
Setter for property revision.
StringtoString()
Provide a version of the object as a string for debugging purposes

Constructor Detail

ChangeFile

public ChangeFile(String name)
Constructor for the ChangeFile object without all details available

Parameters: name file name

ChangeFile

public ChangeFile(String name, String rev)
Constructor for the ChangeFile object

Parameters: name file name rev latest revision of the file

Method Detail

getName

public String getName()
Gets the name attribute of the ChangeLogFile object.

Returns: the file name

getRevision

public String getRevision()
Gets the revision attribute of the ChangeLogFile object.

Returns: the latest revision of the file

setName

public void setName(String name)
Setter for property name.

Parameters: name New value of property name.

setRevision

public void setRevision(String revision)
Setter for property revision.

Parameters: revision New value of property revision.

toString

public String toString()
Provide a version of the object as a string for debugging purposes

Returns: a Stringmade up of the properties of the object

Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.