Uses of Class
de.thjom.java.systemd.types.Pair
Packages that use Pair
Package
Description
This package provides classes and interfaces which can be used to interact
with "systemd" via D-Bus.
This package provides interfaces which define the bindings between the
adapter classes (located in the top-level package of this library) and
the D-Bus API of "systemd".
-
Uses of Pair in de.thjom.java.systemd
Methods in de.thjom.java.systemd that return PairModifier and TypeMethodDescriptionManager.enableUnitFiles(List<String> names, boolean runtime, boolean force) Manager.presetUnitFiles(List<String> names, boolean runtime, boolean force) Manager.presetUnitFilesWithMode(List<String> names, String mode, boolean runtime, boolean force) Manager.reenableUnitFiles(List<String> names, boolean runtime, boolean force) -
Uses of Pair in de.thjom.java.systemd.interfaces
Methods in de.thjom.java.systemd.interfaces that return PairModifier and TypeMethodDescriptionManagerInterface.enableUnitFiles(List<String> names, boolean runtime, boolean force) ManagerInterface.presetUnitFiles(List<String> names, boolean runtime, boolean force) ManagerInterface.presetUnitFilesWithMode(List<String> names, String mode, boolean runtime, boolean force) ManagerInterface.reenableUnitFiles(List<String> names, boolean runtime, boolean force)