pt.uminho.anote2.carrot.linkage.examples
Class BingKeyAccess

java.lang.Object
  extended by pt.uminho.anote2.carrot.linkage.examples.BingKeyAccess

public class BingKeyAccess
extends java.lang.Object

All examples that use Bing will acquire their key from this class.

You need your own API key to use Microsoft Bing (there is a free pool of request for developers). Search for "bing api" on Microsoft Marketplace or look at: http://www.bing.com/toolbox/bingdeveloper/.


Constructor Summary
BingKeyAccess()
           
 
Method Summary
static java.lang.String getKey()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingKeyAccess

public BingKeyAccess()
Method Detail

getKey

public static java.lang.String getKey()