public final class XStreamConfigReader extends Object
Modifier and Type | Method and Description |
---|---|
static com.thoughtworks.xstream.XStream |
buildXStream()
Builds the
XStream setup which is used to read/write solver configs and benchmark configs. |
static com.thoughtworks.xstream.XStream |
buildXStream(ClassLoader classLoader)
As defined by
buildXStream() . |
static com.thoughtworks.xstream.XStream |
buildXStream(ClassLoader classLoader,
Class... xStreamAnnotations) |
static com.thoughtworks.xstream.XStream |
buildXStreamPortable(ClassLoader classLoader,
Class... xStreamAnnotations) |
public static com.thoughtworks.xstream.XStream buildXStream()
XStream
setup which is used to read/write solver configs
and benchmark configs.
It should never be used to read/write solutions
.
Use XStreamSolutionFileIO for that instead.public static com.thoughtworks.xstream.XStream buildXStream(ClassLoader classLoader)
buildXStream()
.classLoader
- sometimes null, ignored if nullpublic static com.thoughtworks.xstream.XStream buildXStream(ClassLoader classLoader, Class... xStreamAnnotations)
public static com.thoughtworks.xstream.XStream buildXStreamPortable(ClassLoader classLoader, Class... xStreamAnnotations)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.