Uses of Interface
org.nuxeo.ecm.platform.mail.fetcher.PropertiesFetcher
-
Packages that use PropertiesFetcher Package Description org.nuxeo.ecm.platform.mail.fetcher org.nuxeo.ecm.platform.mail.service -
-
Uses of PropertiesFetcher in org.nuxeo.ecm.platform.mail.fetcher
Classes in org.nuxeo.ecm.platform.mail.fetcher that implement PropertiesFetcher Modifier and Type Class Description class
SimplePropertiesFetcher
A simple properties fetcher that always returns the same properties.Methods in org.nuxeo.ecm.platform.mail.fetcher that return types with arguments of type PropertiesFetcher Modifier and Type Method Description Class<? extends PropertiesFetcher>
PropertiesFetcherDescriptor. getFetcher()
Method parameters in org.nuxeo.ecm.platform.mail.fetcher with type arguments of type PropertiesFetcher Modifier and Type Method Description void
PropertiesFetcherDescriptor. setFetcher(Class<? extends PropertiesFetcher> fetcher)
-
Uses of PropertiesFetcher in org.nuxeo.ecm.platform.mail.service
Methods in org.nuxeo.ecm.platform.mail.service that return PropertiesFetcher Modifier and Type Method Description PropertiesFetcher
MailService. getFetcher(String name)
PropertiesFetcher
MailServiceImpl. getFetcher(String name)
-