Uses of Enum Class
org.kiwiproject.beta.base.jar.ManifestLookupStatus
Packages that use ManifestLookupStatus
-
Uses of ManifestLookupStatus in org.kiwiproject.beta.base.jar
Methods in org.kiwiproject.beta.base.jar that return ManifestLookupStatusModifier and TypeMethodDescriptionManifestLookupResult.lookupStatus()Returns the value of thelookupStatusrecord component.static ManifestLookupStatusReturns the enum constant of this class with the specified name.static ManifestLookupStatus[]ManifestLookupStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kiwiproject.beta.base.jar with parameters of type ManifestLookupStatusModifierConstructorDescriptionManifestLookupResult(ManifestLookupStatus lookupStatus, @Nullable Manifest manifest, @Nullable Exception error, @Nullable String errorMessage) Creates an instance of aManifestLookupResultrecord class.