Uses of Interface
org.ploin.pmf.IPropertiesLoader

Packages that use IPropertiesLoader
org.ploin.pmf In this package contains the interfaces. 
org.ploin.pmf.impl This package contains the interface implementations. 
 

Uses of IPropertiesLoader in org.ploin.pmf
 

Methods in org.ploin.pmf that return IPropertiesLoader
 IPropertiesLoader IMailSender.getPropertiesLoader()
           
 IPropertiesLoader IMailFactory.getPropertiesLoader()
          Returns the IPropertiesLoader
 

Methods in org.ploin.pmf with parameters of type IPropertiesLoader
 void IMailSender.setPropertiesLoader(IPropertiesLoader propertiesLoader)
          Set the ProperitesLoader which should be used to read properties from the config files.
 void IMailFactory.setPropertiesLoader(IPropertiesLoader propertiesLoader)
          Set the IPropertiesLoader
 

Uses of IPropertiesLoader in org.ploin.pmf.impl
 

Classes in org.ploin.pmf.impl that implement IPropertiesLoader
 class PropertiesLoader
          Description: Implementation of the IPropertiesLoader interface.
This class is responsible to read properties files.

$LastChangedBy: r.reiz $
$Revision: 83 $
$Date: 2010-08-09 11:14:25 +0200 (Mon, 09 Aug 2010) $

 

Methods in org.ploin.pmf.impl that return IPropertiesLoader
 IPropertiesLoader MailSender.getPropertiesLoader()
           
 IPropertiesLoader MailFactory.getPropertiesLoader()
           
 

Methods in org.ploin.pmf.impl with parameters of type IPropertiesLoader
 void MailSender.setPropertiesLoader(IPropertiesLoader propertiesLoader)
           
 void MailFactory.setPropertiesLoader(IPropertiesLoader propertiesLoader)
           
 

Constructors in org.ploin.pmf.impl with parameters of type IPropertiesLoader
SecondThreadSending(IMailSender mailSender, IPropertiesLoader propertiesLoader, MailConfig mailConfig, TemplateConfig templateConfig, Map<String,String> map, String plainReplaced, String htmlReplaced)
           
 



Copyright © 2012 PLOIN GmbH. All Rights Reserved.