Package org.xwiki.filter
Interface FilterStreamProperties
-
- All Known Implementing Classes:
DefaultFilterStreamProperties
public interface FilterStreamProperties
Properties common to most streams.- Since:
- 6.2M1
- Version:
- $Id: 8237d45e41f73be3486f1c48d1f6228d662f947d $
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPNAME_VERBOSE
TheString
name of theverbose
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isVerbose()
void
setVerbose(boolean verbose)
-
-
-
Field Detail
-
PROPNAME_VERBOSE
static final String PROPNAME_VERBOSE
TheString
name of theverbose
property.- Since:
- 6.2M1
- See Also:
- Constant Field Values
-
-