public class PropertyWriteUtil extends Object
| Constructor and Description |
|---|
PropertyWriteUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeAttributes(XMLStreamWriter xmlStreamWriter,
org.exoplatform.common.util.HierarchicalProperty property)
Writes property attributes into XML.
|
static void |
writeProperty(XMLStreamWriter xmlStreamWriter,
org.exoplatform.common.util.HierarchicalProperty prop)
Writes the statuses of property into XML.
|
static void |
writePropStats(XMLStreamWriter xmlStreamWriter,
Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses)
Writes the statuses of properties into XML.
|
public static void writePropStats(XMLStreamWriter xmlStreamWriter, Map<String,Set<org.exoplatform.common.util.HierarchicalProperty>> propStatuses) throws XMLStreamException
xmlStreamWriter - XML writerpropStatuses - properties statusesXMLStreamException - XMLStreamExceptionpublic static void writeProperty(XMLStreamWriter xmlStreamWriter, org.exoplatform.common.util.HierarchicalProperty prop) throws XMLStreamException
xmlStreamWriter - XML writerprop - propertyXMLStreamException - XMLStreamExceptionpublic static void writeAttributes(XMLStreamWriter xmlStreamWriter, org.exoplatform.common.util.HierarchicalProperty property) throws XMLStreamException
xmlStreamWriter - XML writerproperty - propertyXMLStreamException - XMLStreamExceptionCopyright © 2016 eXo Platform SAS. All Rights Reserved.