Uses of Class
org.kohsuke.jnt.ListType

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.
 



Copyright © 2003-2010 Kohsuke Kawaguchi. All Rights Reserved.