Uses of Class
org.apache.maven.scm.provider.tfs.command.TfsCommand
Packages that use TfsCommand
-
Uses of TfsCommand in org.apache.maven.scm.provider.tfs.command
Methods in org.apache.maven.scm.provider.tfs.command that return TfsCommandModifier and TypeMethodDescriptionTfsAddCommand.createCommand
(ScmProviderRepository r, ScmFileSet f) TfsBranchCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, String branch) protected TfsCommand
TfsChangeLogCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, File file) TfsCheckInCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, String m) protected TfsCommand
TfsEditCommand.createCommand
(ScmProviderRepository r, ScmFileSet f) TfsListCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, boolean recursive) TfsStatusCommand.createCommand
(TfsScmProviderRepository r, ScmFileSet f) TfsTagCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, String tag, ScmTagParameters scmTagParameters) TfsUnEditCommand.createCommand
(ScmProviderRepository r, ScmFileSet f) TfsUpdateCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v) TfsCheckOutCommand.createGetCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive)