Package org.xwiki.filter
Class DefaultFilterStreamProperties
- java.lang.Object
-
- org.xwiki.filter.DefaultFilterStreamProperties
-
- All Implemented Interfaces:
FilterStreamProperties
public class DefaultFilterStreamProperties extends Object implements FilterStreamProperties
Properties common to most streams.- Since:
- 6.2M1
- Version:
- $Id: b1d4f1f6fb76b3a3e367e9d9069dee70f31dd70a $
-
-
Field Summary
-
Fields inherited from interface org.xwiki.filter.FilterStreamProperties
PROPNAME_VERBOSE
-
-
Constructor Summary
Constructors Constructor Description DefaultFilterStreamProperties()
-
-
-
Method Detail
-
isVerbose
public boolean isVerbose()
- Specified by:
isVerbose
in interfaceFilterStreamProperties
- Returns:
- true if the stream should log details of what is happening
-
setVerbose
public void setVerbose(boolean verbose)
- Specified by:
setVerbose
in interfaceFilterStreamProperties
- Parameters:
verbose
- true if the stream should log details of what is happening
-
-