Uses of Enum
de.thjom.java.systemd.Unit.Mode
Packages that use Unit.Mode
Package
Description
This package provides classes and interfaces which can be used to interact
with "systemd" via D-Bus.
-
Uses of Unit.Mode in de.thjom.java.systemd
Methods in de.thjom.java.systemd that return Unit.ModeModifier and TypeMethodDescriptionstatic Unit.ModeReturns the enum constant of this type with the specified name.static Unit.Mode[]Unit.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.thjom.java.systemd with parameters of type Unit.ModeModifier and TypeMethodDescriptionorg.freedesktop.dbus.DBusPathorg.freedesktop.dbus.DBusPathUnit.reloadOrRestart(Unit.Mode mode) org.freedesktop.dbus.DBusPathManager.reloadOrRestartUnit(String name, Unit.Mode mode) org.freedesktop.dbus.DBusPathUnit.reloadOrTryRestart(Unit.Mode mode) org.freedesktop.dbus.DBusPathManager.reloadOrTryRestartUnit(String name, Unit.Mode mode) org.freedesktop.dbus.DBusPathManager.reloadUnit(String name, Unit.Mode mode) org.freedesktop.dbus.DBusPathorg.freedesktop.dbus.DBusPathManager.restartUnit(String name, Unit.Mode mode) org.freedesktop.dbus.DBusPathorg.freedesktop.dbus.DBusPathorg.freedesktop.dbus.DBusPathorg.freedesktop.dbus.DBusPathorg.freedesktop.dbus.DBusPathUnit.tryRestart(Unit.Mode mode) org.freedesktop.dbus.DBusPathManager.tryRestartUnit(String name, Unit.Mode mode)