public class DecoratingEnvironmentProvider extends Object implements EnvironmentProvider
| Constructor and Description |
|---|
DecoratingEnvironmentProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isActive() |
AutoCloseable |
start(Class<?> clazz,
Annotation[] annotations)
Starts the environment represented by this implementation.
|
public DecoratingEnvironmentProvider()
public AutoCloseable start(Class<?> clazz, Annotation[] annotations)
EnvironmentProviderstart in interface EnvironmentProviderclazz - the test class.annotations - the current annotations which can own environment configuration.public boolean isActive()
1.1.23 - Copyright © 2018 Talend Component Kit Documentation