Class XStreamFactory
java.lang.Object
org.bonitasoft.engine.data.instance.model.impl.XStreamFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.thoughtworks.xstream.XStreamstatic voidremove(ClassLoader classLoader) Removes the XStream object related from given ClassLoader from the cache
-
Constructor Details
-
XStreamFactory
public XStreamFactory()
-
-
Method Details
-
getXStream
public static com.thoughtworks.xstream.XStream getXStream() -
remove
Removes the XStream object related from given ClassLoader from the cache- Parameters:
classLoader- classLoader related to the XStreamObject to be removed.
-