Uses of Interface
org.yestech.publish.publisher.IPublisher

Packages that use IPublisher
org.yestech.publish.publisher   
org.yestech.publish.service   
 

Uses of IPublisher in org.yestech.publish.publisher
 

Classes in org.yestech.publish.publisher that implement IPublisher
 class AmazonS3Publisher
          Publishes to Amazons S3 storage.
 class BitgravityWebdavPublisher
          Publishes to Bitgravity using their webdav api.
 class CloudFsPublisher
           
 class EpisodicPublisher
          Publishes videos to episodic by creating a unique episode with 1 asset under a given show.
 class LocalFileSystemPublisher
          Writes to the Local FileSystem.
 

Uses of IPublisher in org.yestech.publish.service
 

Methods in org.yestech.publish.service that return types with arguments of type IPublisher
 Map<ArtifactType,IPublisher> DefaultPublishProcessor.getPublishers()
           
 

Method parameters in org.yestech.publish.service with type arguments of type IPublisher
 void DefaultPublishProcessor.setProcessorList(List<IPublisher> publisherList)
           
 void DefaultPublishProcessor.setPublishers(Map<ArtifactType,IPublisher> publishers)
           
 



Copyright © 2010 YES Technology Association. All Rights Reserved.