public class XmlGlusterHookWriter extends Object
Constructor and Description |
---|
XmlGlusterHookWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
writeMany(Iterator<GlusterHook> list,
String singular,
String plural,
XmlWriter writer) |
static void |
writeMany(Iterator<GlusterHook> list,
XmlWriter writer) |
static void |
writeOne(GlusterHook object,
String tag,
XmlWriter writer) |
static void |
writeOne(GlusterHook object,
XmlWriter writer) |
public static void writeOne(GlusterHook object, XmlWriter writer)
public static void writeOne(GlusterHook object, String tag, XmlWriter writer)
public static void writeMany(Iterator<GlusterHook> list, XmlWriter writer)
public static void writeMany(Iterator<GlusterHook> list, String singular, String plural, XmlWriter writer)
Copyright © 2016. All rights reserved.