Class InstanceOutputProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>, org.xwiki.filter.FilterStreamProperties, org.xwiki.properties.RawProperties

    public class InstanceOutputProperties
    extends HashMap<String,​Object>
    implements org.xwiki.properties.RawProperties, org.xwiki.filter.FilterStreamProperties
    Since:
    6.2M1
    Version:
    $Id: 5b4596076d35452cdd644002917a73ddd4563927 $
    See Also:
    Serialized Form
    • Constructor Detail

      • InstanceOutputProperties

        public InstanceOutputProperties()
    • Method Detail

      • isVerbose

        public boolean isVerbose()
        Specified by:
        isVerbose in interface org.xwiki.filter.FilterStreamProperties
      • setVerbose

        public void setVerbose​(boolean verbose)
        Specified by:
        setVerbose in interface org.xwiki.filter.FilterStreamProperties
      • set

        public void set​(String propertyName,
                        Object value)
        Specified by:
        set in interface org.xwiki.properties.RawProperties