Class BreadcrumbCollector
java.lang.Object
com.blackbuild.klum.ast.runtime.internal.process.BreadcrumbCollector
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidenter()static @NotNull BreadcrumbCollectorstatic @NotNull BreadcrumbCollectorgetInstance(String context) static booleanvoidleave()voidsetContext(String context) setQualifier(String qualifier) toString()static <T> TwithBreadcrumb(groovy.lang.Closure<T> action) static <T> TwithBreadcrumb(String verb, String type, String qualifier, groovy.lang.Closure<T> action) static <T> TwithBreadcrumb(String verb, String type, String qualifier, Supplier<T> action) static <T> TwithBreadcrumb(Supplier<T> action) static <T> TwithFullPathOverride(String fullPathOverride, Supplier<T> action)
-
Method Details
-
withBreadcrumb
-
withBreadcrumb
-
withBreadcrumb
public static <T> T withBreadcrumb(groovy.lang.Closure<T> action) -
withBreadcrumb
-
withFullPathOverride
-
enter
public void enter() -
hasInstance
public static boolean hasInstance() -
getInstance
-
getInstance
-
setContext
-
leave
public void leave() -
setVerb
-
setType
-
setQualifier
-
getFullPath
-
toString
-