Uses of Class
org.apache.maven.continuum.model.scm.v1_0_9.ChangeFile

Packages that use ChangeFile
org.apache.maven.continuum.model.scm.v1_0_9   
 

Uses of ChangeFile in org.apache.maven.continuum.model.scm.v1_0_9
 

Methods in org.apache.maven.continuum.model.scm.v1_0_9 that return types with arguments of type ChangeFile
 List<ChangeFile> ChangeSet.getFiles()
          Method getFiles.
 

Methods in org.apache.maven.continuum.model.scm.v1_0_9 with parameters of type ChangeFile
 void ChangeSet.addFile(ChangeFile changeFile)
          Method addFile.
 void ChangeSet.removeFile(ChangeFile changeFile)
          Method removeFile.
 

Method parameters in org.apache.maven.continuum.model.scm.v1_0_9 with type arguments of type ChangeFile
 void ChangeSet.setFiles(List<ChangeFile> files)
          Set the files field.
 



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