|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScmFileSet in org.apache.maven.scm.command |
Methods in org.apache.maven.scm.command with parameters of type ScmFileSet | |
ScmResult |
Command.execute(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
protected abstract ScmResult |
AbstractCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
ScmResult |
AbstractCommand.execute(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.add |
Methods in org.apache.maven.scm.command.add with parameters of type ScmFileSet | |
protected abstract ScmResult |
AbstractAddCommand.executeAddCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String message,
boolean binary)
|
protected ScmResult |
AbstractAddCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.changelog |
Methods in org.apache.maven.scm.command.changelog with parameters of type ScmFileSet | |
protected abstract ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String branch,
java.lang.String datePattern)
|
protected ChangeLogScmResult |
AbstractChangeLogCommand.executeChangeLogCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String startTag,
java.lang.String endTag,
java.lang.String datePattern)
|
ScmResult |
AbstractChangeLogCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
ScmResult |
ChangeLogCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.checkin |
Methods in org.apache.maven.scm.command.checkin with parameters of type ScmFileSet | |
protected abstract CheckInScmResult |
AbstractCheckInCommand.executeCheckInCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String message,
java.lang.String tag)
|
ScmResult |
AbstractCheckInCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.checkout |
Methods in org.apache.maven.scm.command.checkout with parameters of type ScmFileSet | |
protected abstract CheckOutScmResult |
AbstractCheckOutCommand.executeCheckOutCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
|
ScmResult |
AbstractCheckOutCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.diff |
Methods in org.apache.maven.scm.command.diff with parameters of type ScmFileSet | |
protected abstract DiffScmResult |
AbstractDiffCommand.executeDiffCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String startRevision,
java.lang.String endRevision)
|
ScmResult |
AbstractDiffCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.edit |
Methods in org.apache.maven.scm.command.edit with parameters of type ScmFileSet | |
ScmResult |
AbstractEditCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
protected abstract ScmResult |
AbstractEditCommand.executeEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet)
|
Uses of ScmFileSet in org.apache.maven.scm.command.login |
Methods in org.apache.maven.scm.command.login with parameters of type ScmFileSet | |
abstract LoginScmResult |
AbstractLoginCommand.executeLoginCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
protected ScmResult |
AbstractLoginCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.remove |
Methods in org.apache.maven.scm.command.remove with parameters of type ScmFileSet | |
protected abstract ScmResult |
AbstractRemoveCommand.executeRemoveCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String message)
|
protected ScmResult |
AbstractRemoveCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.status |
Methods in org.apache.maven.scm.command.status with parameters of type ScmFileSet | |
protected abstract StatusScmResult |
AbstractStatusCommand.executeStatusCommand(ScmProviderRepository repository,
ScmFileSet fileSet)
|
ScmResult |
AbstractStatusCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.tag |
Methods in org.apache.maven.scm.command.tag with parameters of type ScmFileSet | |
protected abstract ScmResult |
AbstractTagCommand.executeTagCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
|
ScmResult |
AbstractTagCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.command.unedit |
Methods in org.apache.maven.scm.command.unedit with parameters of type ScmFileSet | |
ScmResult |
AbstractUnEditCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
protected abstract ScmResult |
AbstractUnEditCommand.executeUnEditCommand(ScmProviderRepository repository,
ScmFileSet fileSet)
|
Uses of ScmFileSet in org.apache.maven.scm.command.update |
Methods in org.apache.maven.scm.command.update with parameters of type ScmFileSet | |
protected abstract UpdateScmResult |
AbstractUpdateCommand.executeUpdateCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
|
ScmResult |
AbstractUpdateCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
Uses of ScmFileSet in org.apache.maven.scm.login |
Methods in org.apache.maven.scm.login with parameters of type ScmFileSet | |
abstract LoginScmResult |
AbstractLoginCommand.executeLoginCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
Deprecated. |
protected ScmResult |
AbstractLoginCommand.executeCommand(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
Deprecated. |
Uses of ScmFileSet in org.apache.maven.scm.provider |
Methods in org.apache.maven.scm.provider with parameters of type ScmFileSet | |
AddScmResult |
ScmProvider.add(ScmRepository repository,
ScmFileSet fileSet)
Adds the given files to the source control system |
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
int numDays,
java.lang.String branch)
Returns the changes that have happend in the source control system in a certain period of time. |
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
int numDays,
java.lang.String branch,
java.lang.String datePattern)
Returns the changes that have happend in the source control system in a certain period of time. |
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String startTag,
java.lang.String endTag)
Returns the changes that have happend in the source control system between two tags. |
ChangeLogScmResult |
ScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String startTag,
java.lang.String endTag,
java.lang.String datePattern)
Returns the changes that have happend in the source control system between two tags. |
CheckInScmResult |
ScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.lang.String message)
Save the changes you have done into the repository. |
CheckOutScmResult |
ScmProvider.checkOut(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
Create a copy of the repository on your local machine |
DiffScmResult |
ScmProvider.diff(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String startRevision,
java.lang.String endRevision)
|
RemoveScmResult |
ScmProvider.remove(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String message)
Removes the given files from the source control system |
StatusScmResult |
ScmProvider.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system. |
TagScmResult |
ScmProvider.tag(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
Tag (or label in some systems) will tag the source file with a certain tag |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
Updates the copy on the local machine with the changes in the repository |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repository |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repository |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate,
java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repository |
EditScmResult |
ScmProvider.edit(ScmRepository repository,
ScmFileSet fileSet)
Make a file editable. |
UnEditScmResult |
ScmProvider.unedit(ScmRepository repository,
ScmFileSet fileSet)
Make a file no longer editable. |
AddScmResult |
AbstractScmProvider.add(ScmRepository repository,
ScmFileSet fileSet)
|
protected AddScmResult |
AbstractScmProvider.add(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
int numDays,
java.lang.String branch)
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.util.Date startDate,
java.util.Date endDate,
int numDays,
java.lang.String branch,
java.lang.String datePattern)
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String startTag,
java.lang.String endTag)
|
ChangeLogScmResult |
AbstractScmProvider.changeLog(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String startTag,
java.lang.String endTag,
java.lang.String datePattern)
|
protected ChangeLogScmResult |
AbstractScmProvider.changelog(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
CheckInScmResult |
AbstractScmProvider.checkIn(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.lang.String message)
|
protected CheckInScmResult |
AbstractScmProvider.checkin(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
CheckOutScmResult |
AbstractScmProvider.checkOut(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
|
protected CheckOutScmResult |
AbstractScmProvider.checkout(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
DiffScmResult |
AbstractScmProvider.diff(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String startRevision,
java.lang.String endRevision)
|
protected DiffScmResult |
AbstractScmProvider.diff(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
protected LoginScmResult |
AbstractScmProvider.login(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
RemoveScmResult |
AbstractScmProvider.remove(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String message)
|
protected RemoveScmResult |
AbstractScmProvider.remove(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
StatusScmResult |
AbstractScmProvider.status(ScmRepository repository,
ScmFileSet fileSet)
|
protected StatusScmResult |
AbstractScmProvider.status(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
TagScmResult |
AbstractScmProvider.tag(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
|
protected TagScmResult |
AbstractScmProvider.tag(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.lang.String datePattern)
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate)
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate,
java.lang.String datePattern)
|
protected UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
EditScmResult |
AbstractScmProvider.edit(ScmRepository repository,
ScmFileSet fileSet)
|
protected EditScmResult |
AbstractScmProvider.edit(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
UnEditScmResult |
AbstractScmProvider.unedit(ScmRepository repository,
ScmFileSet fileSet)
|
protected UnEditScmResult |
AbstractScmProvider.unedit(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |