org.gjt.sp.jedit.pluginmgr
Class MirrorList.Mirror

java.lang.Object
  extended byorg.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
Enclosing class:
MirrorList

public static class MirrorList.Mirror
extends Object


Field Summary
 String continent
           
 String country
           
 String description
           
 String id
           
 String location
           
static String NONE
           
 
Constructor Summary
MirrorList.Mirror()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final String NONE
See Also:
Constant Field Values

id

public String id

description

public String description

location

public String location

country

public String country

continent

public String continent
Constructor Detail

MirrorList.Mirror

public MirrorList.Mirror()