Uses of Class
org.apache.maven.scm.ChangeFile
Packages that use ChangeFile
-
Uses of ChangeFile in org.apache.maven.scm
Methods in org.apache.maven.scm that return types with arguments of type ChangeFileMethods in org.apache.maven.scm with parameters of type ChangeFileMethod parameters in org.apache.maven.scm with type arguments of type ChangeFileModifier and TypeMethodDescriptionvoid
ChangeSet.setFiles
(List<ChangeFile> files) Setter for ChangeFile list.Constructor parameters in org.apache.maven.scm with type arguments of type ChangeFile -
Uses of ChangeFile in org.apache.maven.scm.provider.svn
Constructor parameters in org.apache.maven.scm.provider.svn with type arguments of type ChangeFileModifierConstructorDescriptionSvnChangeSet
(String strDate, String userDatePattern, String comment, String author, List<ChangeFile> files) SvnChangeSet
(Date date, String comment, String author, List<ChangeFile> files)