com.microsoft.tfs.core.clients.versioncontrol.specs
Class DownloadSpec

java.lang.Object
  extended by com.microsoft.tfs.core.clients.versioncontrol.specs.DownloadSpec

public class DownloadSpec
extends java.lang.Object

Specifies a resource that can be downloaded via GetEngine.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Constructor Summary
DownloadSpec(java.lang.String downloadURL)
           
 
Method Summary
 java.lang.String getQueryString()
          Returns the HTTP query string for the Item.aspx page on a TFS appropriate for this item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadSpec

public DownloadSpec(java.lang.String downloadURL)
Method Detail

getQueryString

public java.lang.String getQueryString()
Returns the HTTP query string for the Item.aspx page on a TFS appropriate for this item.

Returns:
the query arguments part of the HTTP request string that would retrieve the item described by this object.


© 2015 Microsoft. All rights reserved.