Uses of Class
org.apache.maven.scm.command.export.ExportScmResult

Packages that use ExportScmResult
org.apache.maven.scm.command.export   
org.apache.maven.scm.manager   
org.apache.maven.scm.provider   
org.apache.maven.scm.provider.accurev   
org.apache.maven.scm.provider.accurev.command.export   
org.apache.maven.scm.provider.cvslib   
org.apache.maven.scm.provider.cvslib.command.export   
org.apache.maven.scm.provider.cvslib.cvsexe.command.export   
org.apache.maven.scm.provider.cvslib.cvsjava.command.export   
org.apache.maven.scm.provider.git   
org.apache.maven.scm.provider.integrity   
org.apache.maven.scm.provider.integrity.command.export   
org.apache.maven.scm.provider.jazz   
org.apache.maven.scm.provider.svn   
org.apache.maven.scm.provider.svn.svnexe.command.export   
org.apache.maven.scm.provider.tfs   
 

Uses of ExportScmResult in org.apache.maven.scm.command.export
 

Subclasses of ExportScmResult in org.apache.maven.scm.command.export
 class ExportScmResultWithRevision
           
 

Methods in org.apache.maven.scm.command.export that return ExportScmResult
protected abstract  ExportScmResult AbstractExportCommand.executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
           
 

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

Methods in org.apache.maven.scm.manager that return ExportScmResult
 ExportScmResult ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmManager.export(ScmRepository repository, ScmFileSet fileSet)
          Create an exported copy of the repository on your local machine
 ExportScmResult AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
          Create an exported copy of the repository on your local machine
 ExportScmResult AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmManager.export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
          Create an exported copy of the repository on your local machine
 

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

Methods in org.apache.maven.scm.provider that return ExportScmResult
protected  ExportScmResult AbstractScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 ExportScmResult ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProvider.export(ScmRepository repository, ScmFileSet fileSet)
          Create an exported copy of the repository on your local machine
 ExportScmResult AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
          Create an exported copy of the repository on your local machine
 ExportScmResult AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, String tag)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag)
          Deprecated. you must use ScmProvider.export(org.apache.maven.scm.repository.ScmRepository, org.apache.maven.scm.ScmFileSet, org.apache.maven.scm.ScmVersion)
 ExportScmResult AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag)
          Deprecated.  
 ExportScmResult ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
          Create an exported copy of the repository on your local machine
 ExportScmResult ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
          Deprecated. you must use ScmProvider.export(org.apache.maven.scm.repository.ScmRepository, org.apache.maven.scm.ScmFileSet, org.apache.maven.scm.ScmVersion, String)
 ExportScmResult AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
          Deprecated.  
 ExportScmResult ScmProviderStub.getExportScmResult()
           
 

Methods in org.apache.maven.scm.provider with parameters of type ExportScmResult
 void ScmProviderStub.setExportScmResult(ExportScmResult exportScmResult)
           
 

Uses of ExportScmResult in org.apache.maven.scm.provider.accurev
 

Methods in org.apache.maven.scm.provider.accurev that return ExportScmResult
protected  ExportScmResult AccuRevScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 

Uses of ExportScmResult in org.apache.maven.scm.provider.accurev.command.export
 

Methods in org.apache.maven.scm.provider.accurev.command.export that return ExportScmResult
 ExportScmResult AccuRevExportCommand.export(ScmProviderRepository repository, ScmFileSet scmFileSet, CommandParameters params)
           
 

Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib
 

Methods in org.apache.maven.scm.provider.cvslib that return ExportScmResult
protected  ExportScmResult AbstractCvsScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib.command.export
 

Methods in org.apache.maven.scm.provider.cvslib.command.export that return ExportScmResult
protected abstract  ExportScmResult AbstractCvsExportCommand.executeCvsCommand(Commandline cl)
           
protected  ExportScmResult AbstractCvsExportCommand.executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib.cvsexe.command.export
 

Methods in org.apache.maven.scm.provider.cvslib.cvsexe.command.export that return ExportScmResult
protected  ExportScmResult CvsExeExportCommand.executeCvsCommand(Commandline cl)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.cvslib.cvsjava.command.export
 

Methods in org.apache.maven.scm.provider.cvslib.cvsjava.command.export that return ExportScmResult
protected  ExportScmResult CvsJavaExportCommand.executeCvsCommand(Commandline cl)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.git
 

Methods in org.apache.maven.scm.provider.git that return ExportScmResult
protected  ExportScmResult AbstractGitScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.integrity
 

Methods in org.apache.maven.scm.provider.integrity that return ExportScmResult
protected  ExportScmResult IntegrityScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters params)
          Maps to si projectco (no sandbox is used)
 

Uses of ExportScmResult in org.apache.maven.scm.provider.integrity.command.export
 

Methods in org.apache.maven.scm.provider.integrity.command.export that return ExportScmResult
 ExportScmResult IntegrityExportCommand.executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.jazz
 

Methods in org.apache.maven.scm.provider.jazz that return ExportScmResult
protected  ExportScmResult JazzScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.svn
 

Methods in org.apache.maven.scm.provider.svn that return ExportScmResult
protected  ExportScmResult AbstractSvnScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.svn.svnexe.command.export
 

Methods in org.apache.maven.scm.provider.svn.svnexe.command.export that return ExportScmResult
protected  ExportScmResult SvnExeExportCommand.executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
          
 

Uses of ExportScmResult in org.apache.maven.scm.provider.tfs
 

Methods in org.apache.maven.scm.provider.tfs that return ExportScmResult
protected  ExportScmResult TfsScmProvider.export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
           
 



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