org.xwiki.wikistream
Class DefaultWikiStreamProperties

java.lang.Object
  extended by org.xwiki.wikistream.DefaultWikiStreamProperties
All Implemented Interfaces:
WikiStreamProperties

@Unstable
public class DefaultWikiStreamProperties
extends Object
implements WikiStreamProperties

Properties common to most streams.

Since:
5.3M2
Version:
$Id: 5aa80fb8c53f4e6ca548b32f4b58dd209491eb6e $

Constructor Summary
DefaultWikiStreamProperties()
           
 
Method Summary
 boolean isVerbose()
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWikiStreamProperties

public DefaultWikiStreamProperties()
Method Detail

isVerbose

public boolean isVerbose()
Specified by:
isVerbose in interface WikiStreamProperties
Returns:
true if the stream should log details of what is happening

setVerbose

public void setVerbose(boolean verbose)
Specified by:
setVerbose in interface WikiStreamProperties
Parameters:
verbose - true if the stream should log details of what is happening


Copyright © 2004–2014 XWiki. All rights reserved.