com.carrotsearch.ant.tasks.junit4.events
Class BootstrapEvent

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.events.BootstrapEvent
All Implemented Interfaces:
IEvent

public class BootstrapEvent
extends Object

Initial message sent from the slave to the master (if forked locally).


Constructor Summary
BootstrapEvent()
          Preinitialization with local machine's configuration.
 
Method Summary
 String getDefaultCharsetName()
          Default charset on the slave.
 Map<String,String> getSystemProperties()
          System properties on the slave.
 EventType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapEvent

public BootstrapEvent()
Preinitialization with local machine's configuration.

Method Detail

getDefaultCharsetName

public String getDefaultCharsetName()
Default charset on the slave.


getSystemProperties

public Map<String,String> getSystemProperties()
System properties on the slave.


getType

public EventType getType()
Specified by:
getType in interface IEvent


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.