001    /*
002     * Apache License
003     * Version 2.0, January 2004
004     * http://www.apache.org/licenses/
005     *
006     * Copyright 2008 by chenillekit.org
007     *
008     * Licensed under the Apache License, Version 2.0 (the "License");
009     * you may not use this file except in compliance with the License.
010     * You may obtain a copy of the License at
011     *
012     * http://www.apache.org/licenses/LICENSE-2.0
013     */
014    
015    package org.chenillekit.google;
016    
017    /**
018     * @version $Id: ChenilleKitGoogleConstants.java 316 2008-11-11 16:42:03Z homburgs $
019     */
020    public class ChenilleKitGoogleConstants
021    {
022            public static final String GOOGLE_KEY = "ck.google.key";
023            public static final String GOOGLE_TIMEOUT = "ck.google.timeout";
024            public static final String GOOGLE_REFERER = "ck.google.referer";
025            public static final String GOOGLE_PROXY = "ck.google.proxy";
026    }