Uses of Class
org.apache.maven.scm.command.remove.RemoveScmResult

Packages that use RemoveScmResult
org.apache.maven.scm.manager   
org.apache.maven.scm.provider   
 

Uses of RemoveScmResult in org.apache.maven.scm.manager
 

Methods in org.apache.maven.scm.manager that return RemoveScmResult
 RemoveScmResult ScmManager.remove(ScmRepository repository, ScmFileSet fileSet, String message)
          Removes the given files from the source control system
 RemoveScmResult AbstractScmManager.remove(ScmRepository repository, ScmFileSet fileSet, String message)
          Removes the given files from the source control system
 

Uses of RemoveScmResult in org.apache.maven.scm.provider
 

Methods in org.apache.maven.scm.provider that return RemoveScmResult
protected  RemoveScmResult AbstractScmProvider.remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 RemoveScmResult ScmProvider.remove(ScmRepository repository, ScmFileSet fileSet, String message)
          Removes the given files from the source control system
 RemoveScmResult AbstractScmProvider.remove(ScmRepository repository, ScmFileSet fileSet, String message)
          Removes the given files from the source control system
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.