Uses of Enum Class
land.oras.auth.RegistriesConf.PullFromMirror
Packages that use RegistriesConf.PullFromMirror
-
Uses of RegistriesConf.PullFromMirror in land.oras.auth
Methods in land.oras.auth that return RegistriesConf.PullFromMirrorModifier and TypeMethodDescriptionRegistriesConf.MirrorConfig.effectivePullFromMirror()Return the effective pull-from-mirror setting, defaulting toALL.RegistriesConf.PullFromMirror.fromString(String key) Deserialize from the TOML string value (e.g.@Nullable RegistriesConf.PullFromMirrorRegistriesConf.MirrorConfig.pullFromMirror()Returns the value of thepullFromMirrorrecord component.Returns the enum constant of this class with the specified name.static RegistriesConf.PullFromMirror[]RegistriesConf.PullFromMirror.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in land.oras.auth with parameters of type RegistriesConf.PullFromMirrorModifierConstructorDescriptionMirrorConfig(@Nullable String location, @Nullable Boolean insecure, @Nullable RegistriesConf.PullFromMirror pullFromMirror) Creates an instance of aMirrorConfigrecord class.