Uses of Enum Class
de.espirit.firstspirit.agency.ModuleAdminAgent.UpdateUsagesMode
-
Uses of ModuleAdminAgent.UpdateUsagesMode in de.espirit.firstspirit.agency
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ModuleAdminAgent.UpdateUsagesMode[]
ModuleAdminAgent.UpdateUsagesMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull ModuleAdminAgent.ModuleResult
ModuleAdminAgent.install
(@NotNull InputStream fsmStream, @NotNull ModuleAdminAgent.UpdateUsagesMode updateUsagesMode) Installs or updates the given module.void
ModuleAdminAgent.uninstall
(@NotNull String moduleName, @NotNull ModuleAdminAgent.UpdateUsagesMode updateUsagesMode) Uninstalls the module with the given name after performing the specified actions.