Uses of Enum Class
dev.archunitjava.importer.AnalysisCacheStatus
Packages that use AnalysisCacheStatus
-
Uses of AnalysisCacheStatus in dev.archunitjava.importer
Subclasses with type arguments of type AnalysisCacheStatus in dev.archunitjava.importerModifier and TypeClassDescriptionenumReviewable result of a safe cache lookup.Methods in dev.archunitjava.importer that return AnalysisCacheStatusModifier and TypeMethodDescriptionAnalysisCacheResult.status()Returns the value of thestatusrecord component.static AnalysisCacheStatusReturns the enum constant of this class with the specified name.static AnalysisCacheStatus[]AnalysisCacheStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.importer with parameters of type AnalysisCacheStatusModifierConstructorDescriptionAnalysisCacheResult(byte[] payload, AnalysisCacheStatus status) Creates an instance of aAnalysisCacheResultrecord class.