javax.mail
Class FetchProfile

java.lang.Object
  extended byjavax.mail.FetchProfile

public class FetchProfile
extends Object

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:26 $

Nested Class Summary
static class FetchProfile.Item
           
 
Constructor Summary
FetchProfile()
           
 
Method Summary
 void add(FetchProfile.Item item)
           
 void add(String header)
           
 boolean contains(FetchProfile.Item item)
           
 boolean contains(String header)
           
 String[] getHeaderNames()
           
 FetchProfile.Item[] getItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchProfile

public FetchProfile()
Method Detail

add

public void add(FetchProfile.Item item)

add

public void add(String header)

contains

public boolean contains(FetchProfile.Item item)

contains

public boolean contains(String header)

getHeaderNames

public String[] getHeaderNames()

getItems

public FetchProfile.Item[] getItems()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.