Uses of Class
org.apache.maven.scm.provider.cvslib.repository.CvsScmProviderRepository

Packages that use CvsScmProviderRepository
org.apache.maven.scm.provider.cvslib.command   
org.apache.maven.scm.provider.cvslib.command.checkin   
 

Uses of CvsScmProviderRepository in org.apache.maven.scm.provider.cvslib.command
 

Methods in org.apache.maven.scm.provider.cvslib.command with parameters of type CvsScmProviderRepository
static org.codehaus.plexus.util.cli.Commandline CvsCommandUtils.getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet)
           
static org.codehaus.plexus.util.cli.Commandline CvsCommandUtils.getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, boolean addCvsRoot)
           
static org.codehaus.plexus.util.cli.Commandline CvsCommandUtils.getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, java.lang.String options)
           
static org.codehaus.plexus.util.cli.Commandline CvsCommandUtils.getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, java.lang.String options, boolean addCvsRoot)
           
 

Uses of CvsScmProviderRepository in org.apache.maven.scm.provider.cvslib.command.checkin
 

Methods in org.apache.maven.scm.provider.cvslib.command.checkin with parameters of type CvsScmProviderRepository
protected abstract  CheckInScmResult AbstractCvsCheckInCommand.executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, CvsScmProviderRepository repository, java.io.File messageFile)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.