public final class XStreamFactory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static com.thoughtworks.xstream.XStream |
getXStream() |
static com.thoughtworks.xstream.XStream |
getXStream(String key) |
static com.thoughtworks.xstream.XStream |
getXStream(String key,
ClassLoader classLoader) |
static void |
parse(XStreamConfiguration xstreamConfiguration) |
public static com.thoughtworks.xstream.XStream getXStream()
public static com.thoughtworks.xstream.XStream getXStream(String key)
public static com.thoughtworks.xstream.XStream getXStream(String key, ClassLoader classLoader)
public static void clear()
public static void parse(XStreamConfiguration xstreamConfiguration) throws ClassNotFoundException, InstantiationException, IllegalAccessException
Copyright © 2006–2018 TinyGroup. All rights reserved.