org.chenillekit.google.ChenilleKitGoogleConstants Maven / Gradle / Ivy
/*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* Copyright 2008 by chenillekit.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.chenillekit.google;
/**
* @version $Id: ChenilleKitGoogleConstants.java 316 2008-11-11 16:42:03Z homburgs $
*/
public class ChenilleKitGoogleConstants
{
public static final String GOOGLE_KEY = "ck.google.key";
public static final String GOOGLE_TIMEOUT = "ck.google.timeout";
public static final String GOOGLE_REFERER = "ck.google.referer";
public static final String GOOGLE_PROXY = "ck.google.proxy";
}