Code Search for Developers
 
 
  

Region.java from Tea Stats at Krugle


Show Region.java syntax highlighted

/*
 * This file is distributed under the GPL v2 as part of teastats site statistics package
 * http://teastats.sourceforge.net
 */
package com.maxmind.geoip;

public class Region {
    public String countryCode;
    public String countryName;
    public String region;
}





See more files for this project here

Tea Stats

Web log analyzer... Written in OO Perl, provides the usual host / page analysis. Can also do site graphing using graphviz, browser, os, worm and search engine identification, and country and session tracking.

Project homepage: http://sourceforge.net/projects/teastats
Programming language(s): Java
License: other

  Country.java
  DatabaseInfo.java
  Location.java
  LookupService.java
  Region.java