|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mailrepository.javamail.StoreGateKeeperImpl
public class StoreGateKeeperImpl
Constructor Summary | |
---|---|
StoreGateKeeperImpl(javax.mail.Store store)
|
Method Summary | |
---|---|
FolderGateKeeper |
getDefaultFolder()
|
FolderGateKeeper |
getFolder(java.lang.String name)
|
FolderGateKeeper[] |
list(java.lang.String string)
|
void |
renameTo(FolderGateKeeper from,
java.lang.String to)
|
void |
setFolderAdapterFactory(FolderAdapterFactory folderFactory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreGateKeeperImpl(javax.mail.Store store)
Method Detail |
---|
public FolderGateKeeper getFolder(java.lang.String name) throws javax.mail.MessagingException
getFolder
in interface StoreGateKeeper
javax.mail.MessagingException
StoreGateKeeper.getFolder(java.lang.String)
public FolderGateKeeper getDefaultFolder() throws javax.mail.MessagingException
getDefaultFolder
in interface StoreGateKeeper
javax.mail.MessagingException
StoreGateKeeper.getDefaultFolder()
public void setFolderAdapterFactory(FolderAdapterFactory folderFactory)
setFolderAdapterFactory
in interface StoreGateKeeper
StoreGateKeeper.setFolderAdapterFactory(org.apache.james.mailrepository.javamail.FolderAdapterFactory)
public FolderGateKeeper[] list(java.lang.String string) throws javax.mail.MessagingException
list
in interface StoreGateKeeper
javax.mail.MessagingException
StoreGateKeeper.list(java.lang.String)
public void renameTo(FolderGateKeeper from, java.lang.String to) throws javax.mail.MessagingException
renameTo
in interface StoreGateKeeper
javax.mail.MessagingException
StoreGateKeeper.renameTo(org.apache.james.mailrepository.javamail.FolderGateKeeper, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |