Uses of Record Class
org.egothor.methodatlas.AiCacheEntry
Packages that use AiCacheEntry
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
-
Uses of AiCacheEntry in org.egothor.methodatlas
Methods in org.egothor.methodatlas that return types with arguments of type AiCacheEntryModifier and TypeMethodDescriptionstatic List<AiCacheEntry> Reads all cache entries from a JSON-Lines file.Method parameters in org.egothor.methodatlas with type arguments of type AiCacheEntryModifier and TypeMethodDescriptionstatic voidAiCacheStore.write(Path file, Collection<AiCacheEntry> entries) Writes cache entries to a JSON-Lines file, one entry per line, overwriting any existing file.