public class BasicStepsCache
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicStepsCache.Companion |
| Modifier and Type | Field and Description |
|---|---|
static BasicStepsCache.Companion |
Companion |
| Constructor and Description |
|---|
BasicStepsCache(com.testerum.scanner.step_lib_scanner.ExtensionsLoaderService extensionsLoaderService,
com.testerum.settings.SettingsManager settingsManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<com.testerum.model.step.BasicStepDef> |
getBasicSteps() |
java.util.Collection<com.testerum.scanner.step_lib_scanner.model.hooks.HookDef> |
getHooks() |
com.testerum.model.step.BasicStepDef |
getStepAtPath(com.testerum.model.infrastructure.path.Path basicStepPath) |
void |
initialize(java.util.List<java.lang.String> packagesWithAnnotations,
java.util.List<? extends java.nio.file.Path> additionalBasicStepsDirs) |
public static BasicStepsCache.Companion Companion
public BasicStepsCache(@NotNull
com.testerum.scanner.step_lib_scanner.ExtensionsLoaderService extensionsLoaderService,
@NotNull
com.testerum.settings.SettingsManager settingsManager)
@NotNull public java.util.Collection<com.testerum.model.step.BasicStepDef> getBasicSteps()
@NotNull public java.util.Collection<com.testerum.scanner.step_lib_scanner.model.hooks.HookDef> getHooks()
@Nullable
public com.testerum.model.step.BasicStepDef getStepAtPath(@NotNull
com.testerum.model.infrastructure.path.Path basicStepPath)
public void initialize(@NotNull
java.util.List<java.lang.String> packagesWithAnnotations,
@NotNull
java.util.List<? extends java.nio.file.Path> additionalBasicStepsDirs)