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

Packages that use ChangeFile
org.apache.maven.scm   
org.apache.maven.scm.provider.svn   
org.apache.maven.scm.provider.synergy.consumer   
org.apache.maven.scm.provider.synergy.util   
 

Uses of ChangeFile in org.apache.maven.scm
 

Methods in org.apache.maven.scm that return types with arguments of type ChangeFile
 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(List<ChangeFile> files)
          Setter for ChangeFile list.
 

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

Uses of ChangeFile in org.apache.maven.scm.provider.svn
 

Constructor parameters in org.apache.maven.scm.provider.svn with type arguments of type ChangeFile
SvnChangeSet(Date date, String comment, String author, List<ChangeFile> files)
           
SvnChangeSet(String strDate, String userDatePattern, String comment, String author, List<ChangeFile> files)
           
 

Uses of ChangeFile in org.apache.maven.scm.provider.synergy.consumer
 

Methods in org.apache.maven.scm.provider.synergy.consumer that return types with arguments of type ChangeFile
 List<ChangeFile> SynergyGetTaskObjectsConsumer.getFiles()
           
 

Uses of ChangeFile in org.apache.maven.scm.provider.synergy.util
 

Methods in org.apache.maven.scm.provider.synergy.util that return types with arguments of type ChangeFile
static List<ChangeFile> SynergyUtil.getModifiedObjects(ScmLogger logger, int numTask, String ccmAddr)
          Populate the object list of a Modification by querying for objects associated with the task.
 



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