Uses of Class
org.apache.maven.scm.ChangeFile
-
-
Uses of ChangeFile in org.apache.maven.scm
Fields in org.apache.maven.scm with type parameters of type ChangeFile Modifier and Type Field Description private java.util.List<ChangeFile>ChangeSet. filesList of ChangeFileMethods in org.apache.maven.scm that return types with arguments of type ChangeFile Modifier and Type Method Description java.util.List<ChangeFile>ChangeSet. getFiles()Getter for ChangeFile list.Methods in org.apache.maven.scm with parameters of type ChangeFile Modifier and Type Method Description voidChangeSet. addFile(ChangeFile file)Method parameters in org.apache.maven.scm with type arguments of type ChangeFile Modifier and Type Method Description voidChangeSet. setFiles(java.util.List<ChangeFile> files)Setter for ChangeFile list.Constructor parameters in org.apache.maven.scm with type arguments of type ChangeFile Constructor Description ChangeSet(java.lang.String strDate, java.lang.String userDatePattern, java.lang.String comment, java.lang.String author, java.util.List<ChangeFile> files)ChangeSet(java.util.Date date, java.lang.String comment, java.lang.String author, java.util.List<ChangeFile> files) -
Uses of ChangeFile in org.apache.maven.scm.provider.clearcase.command.changelog
Fields in org.apache.maven.scm.provider.clearcase.command.changelog declared as ChangeFile Modifier and Type Field Description private ChangeFileClearCaseChangeLogConsumer. currentFilethe current file being processed by the parserMethods in org.apache.maven.scm.provider.clearcase.command.changelog that return ChangeFile Modifier and Type Method Description private ChangeFileClearCaseChangeLogConsumer. getCurrentFile()Getter for property currentFile.Methods in org.apache.maven.scm.provider.clearcase.command.changelog with parameters of type ChangeFile Modifier and Type Method Description private voidClearCaseChangeLogConsumer. 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 ChangeFile Modifier and Type Field Description private ChangeFileCvsChangeLogConsumer. currentFilethe current file being processed by the parserMethods in org.apache.maven.scm.provider.cvslib.command.changelog that return ChangeFile Modifier and Type Method Description private ChangeFileCvsChangeLogConsumer. getCurrentFile()Getter for property currentFile.Methods in org.apache.maven.scm.provider.cvslib.command.changelog with parameters of type ChangeFile Modifier and Type Method Description private voidCvsChangeLogConsumer. addEntry(ChangeSet entry, ChangeFile file)Add a change log entry to the list (if it's not already there) with the given file.private voidCvsChangeLogConsumer. 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 ChangeFile Modifier and Type Method Description private voidPerforceChangeLogConsumer. addEntry(ChangeSet entry, ChangeFile file)Add a change log entry to the list (if it's not already there) with the given file.private voidPerforceDescribeConsumer. 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 ChangeFile Modifier and Type Field Description private ChangeFileStarteamChangeLogConsumer. currentFilethe current file being processed by the parserMethods in org.apache.maven.scm.provider.starteam.command.changelog that return ChangeFile Modifier and Type Method Description private ChangeFileStarteamChangeLogConsumer. getCurrentFile()Getter for property currentFile.Methods in org.apache.maven.scm.provider.starteam.command.changelog with parameters of type ChangeFile Modifier and Type Method Description private voidStarteamChangeLogConsumer. addEntry(ChangeSet entry, ChangeFile file)Add a change log entry to the list (if it's not already there) with the given file.private voidStarteamChangeLogConsumer. 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 ChangeFile Constructor Description SvnChangeSet(java.lang.String strDate, java.lang.String userDatePattern, java.lang.String comment, java.lang.String author, java.util.List<ChangeFile> files)SvnChangeSet(java.util.Date date, java.lang.String comment, java.lang.String author, java.util.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 ChangeFile Modifier and Type Field Description private java.util.List<ChangeFile>SynergyGetTaskObjectsConsumer. entriesMethods in org.apache.maven.scm.provider.synergy.consumer that return types with arguments of type ChangeFile Modifier and Type Method Description java.util.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 Modifier and Type Method Description static java.util.List<ChangeFile>SynergyUtil. getModifiedObjects(ScmLogger logger, int numTask, java.lang.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 ChangeFile Modifier and Type Field Description private ChangeFileVssChangeLogConsumer. currentFileMethods in org.apache.maven.scm.provider.vss.commands.changelog with parameters of type ChangeFile Modifier and Type Method Description private voidVssChangeLogConsumer. addEntry(ChangeSet entry, ChangeFile file)Add a change log entry to the list (if it's not already there) with the given file.
-