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

Packages that use ChangeFile
org.apache.maven.continuum.xmlrpc.scm   
 

Uses of ChangeFile in org.apache.maven.continuum.xmlrpc.scm
 

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

Methods in org.apache.maven.continuum.xmlrpc.scm 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.xmlrpc.scm 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.