org.jtools.info
Interface InfoPublisherFactory
- All Known Implementing Classes:
- SimplePublisherFactory
public interface InfoPublisherFactory
Standardized interface to create an InfoPublisher.
Implementations are typically provided by the provider of the InfoPublisher implementation.
- Author:
- Rainer Noack
createPublisher
InfoPublisher createPublisher(PropertySupport props)
- Creates a new publisher instance.
- Parameters:
props
- Properties for Publisher configuration.
- Returns:
- The newly created InfoPublisher.
© 2000-2006, JTools.org.