org.xwiki.wikistream
Interface WikiStreamProperties

All Known Implementing Classes:
DefaultWikiStreamProperties

@Unstable
public interface WikiStreamProperties

Properties common to most streams.

Since:
5.3M2
Version:
$Id: 7cd65e33980a75c4767c0ac67a280b5dca450439 $

Method Summary
 boolean isVerbose()
           
 void setVerbose(boolean verbose)
           
 

Method Detail

isVerbose

boolean isVerbose()
Returns:
true if the stream should log details of what is happening

setVerbose

void setVerbose(boolean verbose)
Parameters:
verbose - true if the stream should log details of what is happening


Copyright © 2004–2014 XWiki. All rights reserved.