Uses of Class
com.carrotsearch.ant.tasks.junit4.events.BootstrapEvent.EventChannelType

Packages that use BootstrapEvent.EventChannelType
com.carrotsearch.ant.tasks.junit4.events   
 

Uses of BootstrapEvent.EventChannelType in com.carrotsearch.ant.tasks.junit4.events
 

Methods in com.carrotsearch.ant.tasks.junit4.events that return BootstrapEvent.EventChannelType
 BootstrapEvent.EventChannelType BootstrapEvent.getEventChannel()
          Which channel will be used for communication? We need multiple options because various jvms send crash info to various channels.
static BootstrapEvent.EventChannelType BootstrapEvent.EventChannelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BootstrapEvent.EventChannelType[] BootstrapEvent.EventChannelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.carrotsearch.ant.tasks.junit4.events with parameters of type BootstrapEvent.EventChannelType
BootstrapEvent(BootstrapEvent.EventChannelType channelType)
          Preinitialization with local machine's configuration.
 



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