public final class SvnCommandLineUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addTarget(Commandline cl,
List<File> files) |
static String |
cryptPassword(Commandline cl) |
static int |
execute(Commandline cl,
CommandLineUtils.StringStreamConsumer stdout,
CommandLineUtils.StringStreamConsumer stderr,
ScmLogger logger) |
static int |
execute(Commandline cl,
StreamConsumer consumer,
CommandLineUtils.StringStreamConsumer stderr,
ScmLogger logger) |
static int |
executeCleanUp(File workinDirectory,
StreamConsumer stdout,
StreamConsumer stderr) |
static int |
executeCleanUp(File workinDirectory,
StreamConsumer stdout,
StreamConsumer stderr,
ScmLogger logger) |
static Commandline |
getBaseSvnCommandLine(File workingDirectory,
SvnScmProviderRepository repository) |
public static void addTarget(Commandline cl, List<File> files) throws IOException
IOException
public static Commandline getBaseSvnCommandLine(File workingDirectory, SvnScmProviderRepository repository)
public static int execute(Commandline cl, StreamConsumer consumer, CommandLineUtils.StringStreamConsumer stderr, ScmLogger logger) throws CommandLineException
CommandLineException
public static int execute(Commandline cl, CommandLineUtils.StringStreamConsumer stdout, CommandLineUtils.StringStreamConsumer stderr, ScmLogger logger) throws CommandLineException
CommandLineException
public static int executeCleanUp(File workinDirectory, StreamConsumer stdout, StreamConsumer stderr) throws CommandLineException
CommandLineException
public static int executeCleanUp(File workinDirectory, StreamConsumer stdout, StreamConsumer stderr, ScmLogger logger) throws CommandLineException
CommandLineException
public static String cryptPassword(Commandline cl)
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.