Class XStreamFactory
- java.lang.Object
-
- org.bonitasoft.engine.data.instance.model.impl.XStreamFactory
-
public class XStreamFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XStreamFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.thoughtworks.xstream.XStreamgetXStream()static voidremove(java.lang.ClassLoader classLoader)Removes the XStream object related from given ClassLoader from the cache
-
-
-
Method Detail
-
getXStream
public static com.thoughtworks.xstream.XStream getXStream()
-
remove
public static void remove(java.lang.ClassLoader classLoader)
Removes the XStream object related from given ClassLoader from the cache- Parameters:
classLoader- classLoader related to the XStreamObject to be removed.
-
-