org.apache.maven.scm.client.cli
Class MavenScmCli

java.lang.Object
  extended by org.apache.maven.scm.client.cli.MavenScmCli

public class MavenScmCli
extends Object

Version:
$Id: MavenScmCli.java 1242108 2012-02-08 21:29:06Z rfscholte $
Author:
Trygve Laugstøl, Emmanuel Venisse

Constructor Summary
MavenScmCli()
           
 
Method Summary
 void execute(String scmUrl, String command, File workingDirectory, ScmVersion version)
           
static void main(String[] args)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenScmCli

public MavenScmCli()
            throws Exception
Throws:
Exception
Method Detail

stop

public void stop()

main

public static void main(String[] args)

execute

public void execute(String scmUrl,
                    String command,
                    File workingDirectory,
                    ScmVersion version)


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