Uses of Interface
eu.maveniverse.maven.mima.context.Runtime
Packages that use Runtime
-
Uses of Runtime in eu.maveniverse.maven.mima.context
Methods in eu.maveniverse.maven.mima.context that return RuntimeModifier and TypeMethodDescriptionContext.getRuntime()ExposesRuntimeinstance used to create this context instance.Runtimes.getRuntime()Returns theRuntimeinstance with the highest priority out of all registered instances, nevernull.Methods in eu.maveniverse.maven.mima.context that return types with arguments of type RuntimeModifier and TypeMethodDescriptionRuntimes.getRuntimes()Returns an unmodifiable snapshot (copy) collection of all registeredRuntimeinstances.Methods in eu.maveniverse.maven.mima.context with parameters of type RuntimeModifier and TypeMethodDescriptionvoidRuntimes.registerRuntime(Runtime mimaRuntime) Registers aRuntimeinstance. -
Uses of Runtime in eu.maveniverse.maven.mima.context.internal
Classes in eu.maveniverse.maven.mima.context.internal that implement Runtime