public class ExecContext extends Object
| Constructor and Description |
|---|
ExecContext(int port,
EnumSet<ExecType> exec,
BytemanConfiguration configuration) |
ExecContext(String address,
int port,
EnumSet<ExecType> exec,
BytemanConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
BytemanConfiguration |
getConfiguration() |
EnumSet<ExecType> |
getExec() |
int |
getPort() |
boolean |
match(ExecType execType) |
void |
validate(org.jboss.arquillian.test.spi.event.suite.ClassLifecycleEvent event) |
void |
validate(ExecType execType) |
void |
validate(org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent event) |
public ExecContext(int port,
EnumSet<ExecType> exec,
BytemanConfiguration configuration)
public ExecContext(String address, int port, EnumSet<ExecType> exec, BytemanConfiguration configuration)
public boolean match(ExecType execType)
public void validate(org.jboss.arquillian.test.spi.event.suite.ClassLifecycleEvent event)
public void validate(org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent event)
public void validate(ExecType execType)
public String getAddress()
public int getPort()
public BytemanConfiguration getConfiguration()
Copyright © 2014 JBoss by Red Hat. All rights reserved.