|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListType | |
---|---|
org.kohsuke.jnt | The library that exposes programatic manipulation of java.net. |
Uses of ListType in org.kohsuke.jnt |
---|
Methods in org.kohsuke.jnt that return ListType | |
---|---|
static ListType |
ListType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ListType[] |
ListType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.kohsuke.jnt with parameters of type ListType | |
---|---|
JNMailingList |
JNMailingLists.create(String listName,
String description,
String ownerAddress,
String prefix,
boolean hasTrailer,
boolean isPrivate,
ListType type,
Collection subscribers,
Collection moderators)
Creates a new mailing list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |