public class SVNCommandUtil extends Object
| Constructor and Description |
|---|
SVNCommandUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
breakToLines(String str) |
static void |
editFileExternally(AbstractSVNCommandEnvironment env,
String editorCommand,
String path) |
static String |
getCommandHelp(AbstractSVNCommand command,
String programName,
boolean printOptionAlias) |
static String |
getGenericHelp(String programName,
String header,
String footer,
Comparator commandComparator) |
static int |
getLinesCount(String str) |
static String |
getLocalPath(String path) |
static String |
getVersion(AbstractSVNCommandEnvironment env,
boolean quiet) |
static boolean |
isURL(String pathOrUrl) |
static void |
mergeFileExternally(AbstractSVNCommandEnvironment env,
String basePath,
String repositoryPath,
String localPath,
String mergeResultPath,
String wcPath,
boolean[] remainsInConflict) |
static void |
parseConfigOption(String optionArg,
Map configOptions,
Map serversOptions) |
static String |
prompt(String promptMessage,
SVNCommandEnvironment env) |
static byte[] |
runEditor(AbstractSVNCommandEnvironment env,
String editorCommand,
byte[] existingValue,
String prefix) |
public static boolean isURL(String pathOrUrl)
public static void mergeFileExternally(AbstractSVNCommandEnvironment env, String basePath, String repositoryPath, String localPath, String mergeResultPath, String wcPath, boolean[] remainsInConflict) throws SVNException
SVNExceptionpublic static void editFileExternally(AbstractSVNCommandEnvironment env, String editorCommand, String path) throws SVNException
SVNExceptionpublic static byte[] runEditor(AbstractSVNCommandEnvironment env, String editorCommand, byte[] existingValue, String prefix) throws SVNException
SVNExceptionpublic static String prompt(String promptMessage, SVNCommandEnvironment env) throws SVNException
SVNExceptionpublic static int getLinesCount(String str)
public static String getCommandHelp(AbstractSVNCommand command, String programName, boolean printOptionAlias)
public static String getVersion(AbstractSVNCommandEnvironment env, boolean quiet)
public static String getGenericHelp(String programName, String header, String footer, Comparator commandComparator)
public static void parseConfigOption(String optionArg, Map configOptions, Map serversOptions) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.