public class SvnService extends Object
Constructor and Description |
---|
SvnService() |
Modifier and Type | Method and Description |
---|---|
static void |
execSvnCommand(File basedir,
Credential cred,
String[] specificParams,
OutputStream out,
org.apache.maven.plugin.logging.Log log) |
static SvnInfo |
getSvnInfo(File basedir,
Credential cred,
String uri,
org.apache.maven.plugin.logging.Log log,
boolean noParsingFailure) |
static SvnExternalsEntries |
loadSvnExternals(File basedir,
Credential cred,
String uri,
org.apache.maven.plugin.logging.Log log) |
static void |
writeSvnExternals(File basedir,
Credential cred,
String uri,
SvnExternalsEntries properties,
String tempDir,
org.apache.maven.plugin.logging.Log log) |
public static void execSvnCommand(File basedir, Credential cred, String[] specificParams, OutputStream out, org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public static SvnInfo getSvnInfo(File basedir, Credential cred, String uri, org.apache.maven.plugin.logging.Log log, boolean noParsingFailure) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public static SvnExternalsEntries loadSvnExternals(File basedir, Credential cred, String uri, org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public static void writeSvnExternals(File basedir, Credential cred, String uri, SvnExternalsEntries properties, String tempDir, org.apache.maven.plugin.logging.Log log) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2010–2017 Neticoa SAS. All rights reserved.