Uses of Class
de.thjom.java.systemd.types.UnitFileInstallChange
Packages that use UnitFileInstallChange
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 UnitFileInstallChange in de.thjom.java.systemd
Methods in de.thjom.java.systemd that return types with arguments of type UnitFileInstallChangeModifier and TypeMethodDescriptionManager.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 UnitFileInstallChange in de.thjom.java.systemd.interfaces
Methods in de.thjom.java.systemd.interfaces that return types with arguments of type UnitFileInstallChangeModifier and TypeMethodDescriptionManagerInterface.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)