Class 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.XStream getXStream()  
      static void remove​(java.lang.ClassLoader classLoader)
      Removes the XStream object related from given ClassLoader from the cache
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XStreamFactory

        public XStreamFactory()
    • 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.