org.yestech.publish.service
Class DefaultPublishProcessor
java.lang.Object
org.yestech.publish.service.DefaultPublishProcessor
- All Implemented Interfaces:
- IPublishProcessor
public class DefaultPublishProcessor
- extends Object
- implements IPublishProcessor
Delegates to the correct IPublisher for the ArtifactType
wanting to be published.
- Version:
- $Revision: $
- Author:
- $Author: $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPublishProcessor
public DefaultPublishProcessor()
setProcessorList
public void setProcessorList(List<IPublisher> publisherList)
getPublishers
public Map<ArtifactType,IPublisher> getPublishers()
setPublishers
public void setPublishers(Map<ArtifactType,IPublisher> publishers)
process
public void process(IArtifact artifact)
- Specified by:
process in interface IPublishProcessor
Copyright © 2010 YES Technology Association. All Rights Reserved.