|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UpdateType>
net.i2p.update.UpdateType
public enum UpdateType
What to update
Enum Constant Summary | |
---|---|
ADDRESSBOOK
unused |
|
BLOCKLIST
unused |
|
GEOIP
unused |
|
HOMEPAGE
unused |
|
NEWS
|
|
NEWS_SU3
|
|
PLUGIN
|
|
RESEED
unused |
|
ROUTER_DEV_SU3
|
|
ROUTER_SIGNED
|
|
ROUTER_SIGNED_SU3
|
|
ROUTER_UNSIGNED
|
|
TYPE_DUMMY
Dummy: internal use only |
Method Summary | |
---|---|
static UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UpdateType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UpdateType TYPE_DUMMY
public static final UpdateType NEWS
public static final UpdateType ROUTER_SIGNED
public static final UpdateType ROUTER_UNSIGNED
public static final UpdateType PLUGIN
public static final UpdateType GEOIP
public static final UpdateType BLOCKLIST
public static final UpdateType RESEED
public static final UpdateType HOMEPAGE
public static final UpdateType ADDRESSBOOK
public static final UpdateType ROUTER_SIGNED_SU3
public static final UpdateType NEWS_SU3
public static final UpdateType ROUTER_DEV_SU3
Method Detail |
---|
public static UpdateType[] values()
for (UpdateType c : UpdateType.values()) System.out.println(c);
public static UpdateType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |