public interface MailRepositoryStore
Modifier and Type | Interface and Description |
---|---|
static class |
MailRepositoryStore.MailRepositoryStoreException |
Modifier and Type | Method and Description |
---|---|
List<String> |
getUrls()
Return a
List which contains all urls of the selected
MailRepository 's |
MailRepository |
select(String url)
Select the
MailRepository for the given url |
MailRepository select(String url) throws MailRepositoryStore.MailRepositoryStoreException
MailRepository
for the given urlurl
- MailRepositoryStore.MailRepositoryStoreException
List<String> getUrls()
List
which contains all urls of the selected
MailRepository
'sCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.