|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExternalToolException in com.microsoft.tfs.core.clients.versioncontrol.engines |
---|
Methods in com.microsoft.tfs.core.clients.versioncontrol.engines that throw ExternalToolException | |
---|---|
com.microsoft.tfs.util.process.ProcessRunner |
MergeEngine.beginExternalMerge(Conflict conflict,
ThreeWayMerge threeWayMerge,
com.microsoft.tfs.util.process.ProcessFinishedHandler finishedHandler,
java.io.OutputStream capturedStandardOutput,
java.io.OutputStream capturedStandardError)
Begins an external content merge for the given conflict. |
Uses of ExternalToolException in com.microsoft.tfs.core.externaltools |
---|
Methods in com.microsoft.tfs.core.externaltools that throw ExternalToolException | |
---|---|
static java.lang.String[] |
WindowsStyleArgumentTokenizer.tokenizeArguments(java.lang.String arguments)
Tokenizes the argument string into strings to pass to exec in "windows style" -- anything inside paired double quotes is grouped, you may escape double-quotes only inside double-quotes by doubling them. |
Constructors in com.microsoft.tfs.core.externaltools that throw ExternalToolException | |
---|---|
ExternalTool(java.lang.String commandAndArguments)
Creates an external tool that runs the given command with the given arguments. |
Uses of ExternalToolException in com.microsoft.tfs.core.externaltools.validators |
---|
Methods in com.microsoft.tfs.core.externaltools.validators that throw ExternalToolException | |
---|---|
void |
ExternalToolValidator.validate(ExternalTool externalTool)
Tests whether the command and arguments for the given ExternalToolException satisfy the validator's requirements. |
void |
AbstractToolValidator.validate(ExternalTool externalTool)
Tests whether the command and arguments for the given ExternalToolException satisfy the validator's requirements. |
Uses of ExternalToolException in com.microsoft.tfs.core.util.diffmerge |
---|
Methods in com.microsoft.tfs.core.util.diffmerge that throw ExternalToolException | |
---|---|
com.microsoft.tfs.util.process.ProcessRunner |
ThreeWayMerge.beginExternalMerge(Conflict conflict,
ExternalTool tool,
com.microsoft.tfs.util.process.ProcessFinishedHandler finishedHandler,
java.io.OutputStream capturedStandardOutput,
java.io.OutputStream capturedStandardError)
Merges the content that would resolve the given conflict via an external tool the user has configured. |
static com.microsoft.tfs.util.process.ProcessRunner |
ExternalRunner.beginMerge(ThreeWayMerge twm,
ExternalTool tool,
com.microsoft.tfs.util.process.ProcessFinishedHandler finishedHandler,
java.io.OutputStream capturedStandardOutput,
java.io.OutputStream capturedStandardError)
Runs an external merge tool to complete the given three way merge. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |