Uses of Class
org.apache.maven.scm.ChangeFile
Packages that use ChangeFile
Package
Description
-
Uses of ChangeFile in org.apache.maven.scm
Fields in org.apache.maven.scm with type parameters of type ChangeFileMethods 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.clearcase.command.changelog
Fields in org.apache.maven.scm.provider.clearcase.command.changelog declared as ChangeFileModifier and TypeFieldDescriptionprivate ChangeFile
ClearCaseChangeLogConsumer.currentFile
the current file being processed by the parserMethods in org.apache.maven.scm.provider.clearcase.command.changelog that return ChangeFileModifier and TypeMethodDescriptionprivate ChangeFile
ClearCaseChangeLogConsumer.getCurrentFile()
Getter for property currentFile.Methods in org.apache.maven.scm.provider.clearcase.command.changelog with parameters of type ChangeFileModifier and TypeMethodDescriptionprivate void
ClearCaseChangeLogConsumer.setCurrentFile
(ChangeFile currentFile) Setter for property currentFile. -
Uses of ChangeFile in org.apache.maven.scm.provider.cvslib.command.changelog
Fields in org.apache.maven.scm.provider.cvslib.command.changelog declared as ChangeFileModifier and TypeFieldDescriptionprivate ChangeFile
CvsChangeLogConsumer.currentFile
the current file being processed by the parserMethods in org.apache.maven.scm.provider.cvslib.command.changelog that return ChangeFileModifier and TypeMethodDescriptionprivate ChangeFile
CvsChangeLogConsumer.getCurrentFile()
Getter for property currentFile.Methods in org.apache.maven.scm.provider.cvslib.command.changelog with parameters of type ChangeFileModifier and TypeMethodDescriptionprivate void
CvsChangeLogConsumer.addEntry
(ChangeSet entry, ChangeFile file) Add a change log entry to the list (if it's not already there) with the given file.private void
CvsChangeLogConsumer.setCurrentFile
(ChangeFile currentFile) Setter for property currentFile. -
Uses of ChangeFile in org.apache.maven.scm.provider.perforce.command.changelog
Methods in org.apache.maven.scm.provider.perforce.command.changelog with parameters of type ChangeFileModifier and TypeMethodDescriptionprivate void
PerforceChangeLogConsumer.addEntry
(ChangeSet entry, ChangeFile file) Add a change log entry to the list (if it's not already there) with the given file.private void
PerforceDescribeConsumer.addEntry
(ChangeSet entry, ChangeFile file) Add a change log entry to the list (if it's not already there) with the given file. -
Uses of ChangeFile in org.apache.maven.scm.provider.starteam.command.changelog
Fields in org.apache.maven.scm.provider.starteam.command.changelog declared as ChangeFileModifier and TypeFieldDescriptionprivate ChangeFile
StarteamChangeLogConsumer.currentFile
the current file being processed by the parserMethods in org.apache.maven.scm.provider.starteam.command.changelog that return ChangeFileModifier and TypeMethodDescriptionprivate ChangeFile
StarteamChangeLogConsumer.getCurrentFile()
Getter for property currentFile.Methods in org.apache.maven.scm.provider.starteam.command.changelog with parameters of type ChangeFileModifier and TypeMethodDescriptionprivate void
StarteamChangeLogConsumer.addEntry
(ChangeSet entry, ChangeFile file) Add a change log entry to the list (if it's not already there) with the given file.private void
StarteamChangeLogConsumer.setCurrentFile
(ChangeFile currentFile) Setter for property currentFile. -
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) -
Uses of ChangeFile in org.apache.maven.scm.provider.synergy.consumer
Fields in org.apache.maven.scm.provider.synergy.consumer with type parameters of type ChangeFileMethods in org.apache.maven.scm.provider.synergy.consumer that return types with arguments of type ChangeFile -
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 ChangeFileModifier and TypeMethodDescriptionstatic 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. -
Uses of ChangeFile in org.apache.maven.scm.provider.vss.commands.changelog
Fields in org.apache.maven.scm.provider.vss.commands.changelog declared as ChangeFileMethods in org.apache.maven.scm.provider.vss.commands.changelog with parameters of type ChangeFileModifier and TypeMethodDescriptionprivate void
VssChangeLogConsumer.addEntry
(ChangeSet entry, ChangeFile file) Add a change log entry to the list (if it's not already there) with the given file.