org.xwiki.wikistream
Class DefaultWikiStreamProperties
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWikiStreamProperties
public DefaultWikiStreamProperties()
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.