public class ScriptEnv extends Object
Modifier and Type | Field and Description |
---|---|
CallCache |
callCache |
Debug |
debug |
String |
env |
File |
featureDir |
String |
featureName |
ClassLoader |
fileClassLoader |
org.slf4j.Logger |
logger |
KarateReporter |
reporter |
Constructor and Description |
---|
ScriptEnv(String env,
File featureDir,
String featureName,
ClassLoader fileClassLoader,
CallCache callCache,
org.slf4j.Logger logger,
KarateReporter reporter,
Debug debug) |
ScriptEnv(String env,
File featureDir,
String featureName,
ClassLoader fileClassLoader,
KarateReporter reporter) |
Modifier and Type | Method and Description |
---|---|
static ScriptEnv |
init(File featureDir,
String featureName,
ClassLoader classLoader) |
static ScriptEnv |
init(String env,
File featureDir) |
static ScriptEnv |
init(String env,
File featureFile,
String[] searchPaths,
org.slf4j.Logger logger) |
ScriptEnv |
refresh(String in) |
String |
toString() |
public final org.slf4j.Logger logger
public final String env
public final File featureDir
public final String featureName
public final ClassLoader fileClassLoader
public final CallCache callCache
public final KarateReporter reporter
public final Debug debug
public ScriptEnv(String env, File featureDir, String featureName, ClassLoader fileClassLoader, CallCache callCache, org.slf4j.Logger logger, KarateReporter reporter, Debug debug)
public ScriptEnv(String env, File featureDir, String featureName, ClassLoader fileClassLoader, KarateReporter reporter)
Copyright © 2017. All rights reserved.