Uses of Class
org.apache.maven.scm.ChangeFile

Packages that use ChangeFile
org.apache.maven.scm   
 

Uses of ChangeFile in org.apache.maven.scm
 

Methods in org.apache.maven.scm that return types with arguments of type ChangeFile
 java.util.List<ChangeFile> ChangeSet.getFiles()
          Getter for ChangeFile list.
 

Methods in org.apache.maven.scm with parameters of type ChangeFile
 void ChangeSet.addFile(ChangeFile file)
           
 

Method parameters in org.apache.maven.scm with type arguments of type ChangeFile
 void ChangeSet.setFiles(java.util.List<ChangeFile> files)
          Setter for ChangeFile list.
 

Constructor parameters in org.apache.maven.scm with type arguments of type ChangeFile
ChangeSet(java.util.Date date, java.lang.String comment, java.lang.String author, java.util.List<ChangeFile> files)
           
ChangeSet(java.lang.String strDate, java.lang.String userDatePattern, java.lang.String comment, java.lang.String author, java.util.List<ChangeFile> files)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.