|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.surefire.booterclient.BooterSerializer
public class BooterSerializer
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.
Constructor Summary | |
---|---|
BooterSerializer(ForkConfiguration forkConfiguration,
java.util.Properties properties)
|
Method Summary | |
---|---|
java.io.File |
serialize(ProviderConfiguration booterConfiguration,
StartupConfiguration providerConfiguration,
java.lang.Object testSet)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooterSerializer(ForkConfiguration forkConfiguration, java.util.Properties properties)
Method Detail |
---|
public java.io.File serialize(ProviderConfiguration booterConfiguration, StartupConfiguration providerConfiguration, java.lang.Object testSet) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |