org.yestech.publish.service
Class NoOpPublishProducer

java.lang.Object
  extended by org.yestech.publish.service.NoOpPublishProducer
All Implemented Interfaces:
IPublishProducer

public class NoOpPublishProducer
extends Object
implements IPublishProducer

Doesnt do anything it is a No Operation

Version:
$Revision: $
Author:
Artie Copeland

Constructor Summary
NoOpPublishProducer()
           
 
Method Summary
 String getUrl()
           
 void send(IArtifact artifact)
           
 void send(IFileArtifact artifact)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpPublishProducer

public NoOpPublishProducer()
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in interface IPublishProducer

setUrl

public void setUrl(String url)
Specified by:
setUrl in interface IPublishProducer

send

public void send(IArtifact artifact)
Specified by:
send in interface IPublishProducer

send

public void send(IFileArtifact artifact)
Specified by:
send in interface IPublishProducer


Copyright © 2010 YES Technology Association. All Rights Reserved.