Uses of Class
com.microsoft.tfs.core.externaltools.ExternalTool

Packages that use ExternalTool
com.microsoft.tfs.core.externaltools   
com.microsoft.tfs.core.externaltools.formatters   
com.microsoft.tfs.core.externaltools.validators   
com.microsoft.tfs.core.util.diffmerge   
 

Uses of ExternalTool in com.microsoft.tfs.core.externaltools
 

Methods in com.microsoft.tfs.core.externaltools that return ExternalTool
 ExternalTool ExternalToolset.findTool(java.io.File file)
          Finds the appropriate ExternalToolAssociation in this ExternalToolset to handle the given File, which can be a directory or a file.
 ExternalTool ExternalToolset.findTool(java.lang.String path)
          Finds the appropriate ExternalTool in this ExternalToolset to handle the given path, which can be a file or a directory.
 ExternalTool ExternalToolset.findToolForDirectory()
          Finds the right ExternalTool for any directory.
 ExternalTool ExternalToolset.findToolForExtension(java.lang.String extension)
          Finds the right ExternalTool using only the file extension.
 ExternalTool ExternalToolAssociation.getTool()
           
static ExternalTool ExternalTool.loadFromMemento(Memento memento)
          Loads tool state from the given Memento, which can have any name.
 

Methods in com.microsoft.tfs.core.externaltools with parameters of type ExternalTool
 void ExternalToolAssociation.setTool(ExternalTool tool)
          Sets the ExternalTool.
 

Constructors in com.microsoft.tfs.core.externaltools with parameters of type ExternalTool
ExternalToolAssociation(java.lang.String[] extensions, ExternalTool tool)
          Creates a ExternalToolAssociation that associates the given extensions with the given tool.
 

Uses of ExternalTool in com.microsoft.tfs.core.externaltools.formatters
 

Methods in com.microsoft.tfs.core.externaltools.formatters with parameters of type ExternalTool
 java.lang.String[] ViewToolArgumentFormatter.formatArguments(ExternalTool tool, java.lang.String filename)
          Formats the view arguments with the given substitutions.
 java.lang.String[] AbstractToolArgumentFormatter.formatArguments(ExternalTool tool, java.lang.String[] substitutes)
          Formats the given tool's arguments with the given substitute strings.
 java.lang.String[] CompareToolArgumentFormatter.formatArguments(ExternalTool tool, java.lang.String original, java.lang.String modified, java.lang.String originalLabel, java.lang.String modifiedLabel)
          Formats the compare arguments with the given substitutions.
 java.lang.String[] MergeToolArgumentFormatter.formatArguments(ExternalTool tool, java.lang.String original, java.lang.String modified, java.lang.String base, java.lang.String merged, java.lang.String originalLabel, java.lang.String modifiedLabel, java.lang.String baseLabel, java.lang.String mergedLabel)
          Formats the merge arguments with the given substitutions.
 

Uses of ExternalTool in com.microsoft.tfs.core.externaltools.validators
 

Methods in com.microsoft.tfs.core.externaltools.validators with parameters of type ExternalTool
 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 ExternalTool in com.microsoft.tfs.core.util.diffmerge
 

Methods in com.microsoft.tfs.core.util.diffmerge with parameters of type ExternalTool
 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.
 



© 2015 Microsoft. All rights reserved.