Uses of Class
app.nzyme.plugin.RegistryKey
-
Packages that use RegistryKey Package Description app.nzyme.plugin app.nzyme.plugin.rest.configuration -
-
Uses of RegistryKey in app.nzyme.plugin
Methods in app.nzyme.plugin that return RegistryKey Modifier and Type Method Description abstract RegistryKeyRegistryKey.Builder. build()static RegistryKeyRegistryKey. create(String key, Optional<List<ConfigurationEntryConstraint>> constraints, Optional<String> defaultValue, boolean requiresRestart) -
Uses of RegistryKey in app.nzyme.plugin.rest.configuration
Methods in app.nzyme.plugin.rest.configuration with parameters of type RegistryKey Modifier and Type Method Description static booleanConfigurationEntryConstraintValidator. checkConstraints(RegistryKey key, Map.Entry<String,Object> variable)
-