com.xebialabs.deployit.ci.util
Class NullPackagingListener

java.lang.Object
  extended by com.xebialabs.deployit.ci.util.NullPackagingListener
All Implemented Interfaces:
com.xebialabs.deployit.engine.packager.content.PackagingListener, java.io.Serializable

public class NullPackagingListener
extends java.lang.Object
implements com.xebialabs.deployit.engine.packager.content.PackagingListener, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NullPackagingListener()
           
 
Method Summary
 void println(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPackagingListener

public NullPackagingListener()
Method Detail

println

public void println(java.lang.String message)
Specified by:
println in interface com.xebialabs.deployit.engine.packager.content.PackagingListener