Class ChangeFile

java.lang.Object
org.apache.maven.scm.ChangeFile
All Implemented Interfaces:
Serializable

public class ChangeFile extends Object implements Serializable
A set of information about revisions of a file as returned by SCM's log command
Author:
dIon Gillard , Emmanuel Venisse
See Also:
  • Constructor Details

    • 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 Details