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

Packages that use ExternalToolAssociation
com.microsoft.tfs.core.externaltools   
 

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

Methods in com.microsoft.tfs.core.externaltools that return ExternalToolAssociation
 ExternalToolAssociation ExternalToolset.get(int index)
           
 ExternalToolAssociation ExternalToolset.getDirectoryAssociation()
           
 ExternalToolAssociation[] ExternalToolset.getFileAssociations()
           
static ExternalToolAssociation ExternalToolAssociation.loadFromMemento(Memento memento)
          Loads association state from the given Memento, which can have any name.
 ExternalToolAssociation ExternalToolset.remove(int index)
           
 

Methods in com.microsoft.tfs.core.externaltools with parameters of type ExternalToolAssociation
 void ExternalToolset.addAssociation(ExternalToolAssociation association)
           
 boolean ExternalToolset.remove(ExternalToolAssociation association)
           
 



© 2015 Microsoft. All rights reserved.