|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.booter.BooterDeserializer
public class BooterDeserializer
Knows how to serialize and deserialize the booter configuration.
The internal serialization format is through a properties file. The long-term goal of this class is not to expose this implementation information to its clients. This still leaks somewhat, and there are some cases where properties are being accessed as "Properties" instead of more representative domain objects.
Field Summary |
---|
Fields inherited from interface org.apache.maven.surefire.booter.BooterConstants |
---|
DIRSCANNER_OPTIONS, DIRSCANNER_PROPERTY_PREFIX, EXCLUDES_PROPERTY_PREFIX, FAILIFNOTESTS, FORKTESTSET, FORKTIMEOUT, INCLUDES_PROPERTY_PREFIX, ISTRIMSTACKTRACE, PARAMS_SUFIX, PROVIDER_CONFIGURATION, REPORT_PROPERTY_PREFIX, REPORTSDIRECTORY, REQUESTEDTEST, REQUESTEDTESTMETHOD, RUN_ORDER, SOURCE_DIRECTORY, TEST_CLASSES_DIRECTORY, TEST_SUITE_XML_FILES, TESTARTIFACT_CLASSIFIER, TESTARTIFACT_VERSION, TYPES_SUFIX, USEMANIFESTONLYJAR, USESYSTEMCLASSLOADER |
Constructor Summary | |
---|---|
BooterDeserializer(java.io.InputStream inputStream)
|
Method Summary | |
---|---|
ProviderConfiguration |
deserialize()
|
StartupConfiguration |
getProviderConfiguration()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooterDeserializer(java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public ProviderConfiguration deserialize() throws java.io.IOException
java.io.IOException
public StartupConfiguration getProviderConfiguration() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |