Uses of Class
org.apache.geronimo.javamail.store.nntp.newsrc.NNTPNewsrcGroup

Packages that use NNTPNewsrcGroup
org.apache.geronimo.javamail.store.nntp   
org.apache.geronimo.javamail.store.nntp.newsrc   
 

Uses of NNTPNewsrcGroup in org.apache.geronimo.javamail.store.nntp
 

Constructors in org.apache.geronimo.javamail.store.nntp with parameters of type NNTPNewsrcGroup
NNTPGroupFolder(NNTPRootFolder parent, NNTPStore store, String name, NNTPNewsrcGroup groupInfo)
          Construct a "real" folder representing an NNTP news group.
 

Uses of NNTPNewsrcGroup in org.apache.geronimo.javamail.store.nntp.newsrc
 

Methods in org.apache.geronimo.javamail.store.nntp.newsrc that return NNTPNewsrcGroup
 NNTPNewsrcGroup NNTPNewsrc.getGroup(String name)
          Retrieve the newsrc group information for a named group.
static NNTPNewsrcGroup NNTPNewsrcGroup.parse(NNTPNewsrc newsrc, String line)
          Construct a NNTPNewsrcGroup item associated with a given .newsrc database.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.