Uses of Class
de.iip_ecosphere.platform.support.iip_aas.config.RuntimeSetup
Packages that use RuntimeSetup
-
Uses of RuntimeSetup in de.iip_ecosphere.platform.support.iip_aas.config
Fields in de.iip_ecosphere.platform.support.iip_aas.config declared as RuntimeSetupMethods in de.iip_ecosphere.platform.support.iip_aas.config that return RuntimeSetupModifier and TypeMethodDescriptionstatic RuntimeSetupRuntimeSetup.load()Loads the runtime setup fromgetFile().static RuntimeSetupRuntimeSetup.load(Supplier<RuntimeSetup> onFailure, boolean logOnFailure) Loads the runtime setup fromgetFile().Method parameters in de.iip_ecosphere.platform.support.iip_aas.config with type arguments of type RuntimeSetupModifier and TypeMethodDescriptionstatic EndpointValidatorRuntimeSetupEndpointValidator.create(Function<RuntimeSetup, String> accessor) Creates an endpoint validator based onRuntimeSetup.static EndpointValidatorRuntimeSetupEndpointValidator.create(Function<RuntimeSetup, String> accessor, boolean failIfNull) Creates an endpoint validator based onRuntimeSetup.static RuntimeSetupRuntimeSetup.load(Supplier<RuntimeSetup> onFailure, boolean logOnFailure) Loads the runtime setup fromgetFile().